#B6D727

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

Shades of Fuego #B6D727

Tints of Fuego #B6D727

Color information

#B6D727 (or 0xB6D727) is unknown color: approx Fuego. HEX triplet: B6, D7 and 27. RGB value is (182,215,39). Sum of RGB (Red+Green+Blue) = 182+215+39=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D727 is #4928D8. Grayscale: #B9B9B9. Windows color (decimal): -4794585 or 2611126. OLE color: 2611126.

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

Color convert

RGB18221539-
CMYK0.1500.820.16
HSL71.25º69.29%49.8%-
HSV(B)71.25º81.86%84.31%-
XYZ43.9658.6910.93-
YUV185.0745.57125.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 215 (84.38% from 255) = 49.31%
BLUE value IS 39 (15.62% from 255) = 8.94%
R=41.74%
G=49.31%
B=8.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182215390.1500.820.1671.2569.2949.8
HexB6D727F05210474532
Octal266327471701222010710562
Binary10110110110101111001111111010100101000010001111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D727; }

 p { color: rgb(182,215,39); }

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

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

 a { background-color: rgb(182,215,39); }

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

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

 span { border-color: rgb(182,215,39); }

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