#B7D626

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

Shades of Fuego #B7D626

Tints of Fuego #B7D626

Color information

#B7D626 (or 0xB7D626) is unknown color: approx Fuego. HEX triplet: B7, D6 and 26. RGB value is (183,214,38). Sum of RGB (Red+Green+Blue) = 183+214+38=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D626 is #4829D9. Grayscale: #B9B9B9. Windows color (decimal): -4729306 or 2545335. OLE color: 2545335.

HSL color Cylindrical-coordinate representation of color #B7D626: hue angle of 70.57º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7D626 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB18321438-
CMYK0.1400.820.16
HSL70.57º69.84%49.41%-
HSV(B)70.57º82.24%83.92%-
XYZ43.9258.310.77-
YUV184.6745.23126.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 214 (83.98% from 255) = 49.20%
BLUE value IS 38 (15.23% from 255) = 8.74%
R=42.07%
G=49.20%
B=8.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183214380.1400.820.1670.5769.8449.41
HexB7D626E05210474631
Octal267326461601222010710661
Binary10110111110101101001101110010100101000010001111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D626; }

 p { color: rgb(183,214,38); }

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

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

 a { background-color: rgb(183,214,38); }

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

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

 span { border-color: rgb(183,214,38); }

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