#B7CE38

Color #B7CE38 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B7CE38

Tints of Fuego #B7CE38

Color information

#B7CE38 (or 0xB7CE38) is unknown color: approx Fuego. HEX triplet: B7, CE and 38. RGB value is (183,206,56). Sum of RGB (Red+Green+Blue) = 183+206+56=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CE38 is #4831C7. Grayscale: #B6B6B6. Windows color (decimal): -4731336 or 3722935. OLE color: 3722935.

HSL color Cylindrical-coordinate representation of color #B7CE38: hue angle of 69.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7CE38 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB18320656-
CMYK0.1100.730.19
HSL69.2º60.48%51.37%-
HSV(B)69.2º72.82%80.78%-
XYZ42.3154.512.03-
YUV182.0256.88128.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 206 (80.86% from 255) = 46.29%
BLUE value IS 56 (22.27% from 255) = 12.58%
R=41.12%
G=46.29%
B=12.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183206560.1100.730.1969.260.4851.37
HexB7CE38B04913453c33
Octal26731670130111231057463
Binary1011011111001110111000101101001001100111000101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CE38; }

 p { color: rgb(183,206,56); }

 H1.HeaderClassName
 {
   color: #B7CE38;
 }
 .AnyTagClassName
 {
   color: #B7CE38;
 }
</style>
background-color css

<style>
 a { background-color: #B7CE38; }

 a { background-color: rgb(183,206,56); }

 div.DivClassName
 {
   background-color: #B7CE38;
 }
 .BgClassName
 {
   background-color: #B7CE38;
 }
</style>
border-color css

<style>
 span { border-color: #B7CE38; }

 span { border-color: rgb(183,206,56); }

 td.TdClassName
 {
   border-color: #B7CE38;
 }
 .TagClassName
 {
   border-color: #B7CE38;
 }
</style>