#B7CE2D

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

Shades of Fuego #B7CE2D

Tints of Fuego #B7CE2D

Color information

#B7CE2D (or 0xB7CE2D) is unknown color: approx Fuego. HEX triplet: B7, CE and 2D. RGB value is (183,206,45). Sum of RGB (Red+Green+Blue) = 183+206+45=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CE2D is #4831D2. Grayscale: #B5B5B5. Windows color (decimal): -4731347 or 3002039. OLE color: 3002039.

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

Color convert

RGB18320645-
CMYK0.1100.780.19
HSL68.57º64.14%49.22%-
HSV(B)68.57º78.16%80.78%-
XYZ42.0754.410.77-
YUV180.7751.38129.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 206 (80.86% from 255) = 47.47%
BLUE value IS 45 (17.97% from 255) = 10.37%
R=42.17%
G=47.47%
B=10.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183206450.1100.780.1968.5764.1449.22
HexB7CE2DB04E13454031
Octal267316551301162310510061
Binary10110111110011101011011011010011101001110001011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CE2D; }

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

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

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

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

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

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

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

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