#BCD927

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

Shades of Fuego #BCD927

Tints of Fuego #BCD927

Color information

#BCD927 (or 0xBCD927) is unknown color: approx Fuego. HEX triplet: BC, D9 and 27. RGB value is (188,217,39). Sum of RGB (Red+Green+Blue) = 188+217+39=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD927 is #4326D8. Grayscale: #BCBCBC. Windows color (decimal): -4400857 or 2611644. OLE color: 2611644.

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

Color convert

RGB18821739-
CMYK0.1300.820.15
HSL69.78º70.08%50.2%-
HSV(B)69.78º82.03%85.1%-
XYZ45.9260.4611.17-
YUV188.0443.89127.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 217 (85.16% from 255) = 48.87%
BLUE value IS 39 (15.62% from 255) = 8.78%
R=42.34%
G=48.87%
B=8.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188217390.1300.820.1569.7870.0850.2
HexBCD927D052F464632
Octal274331471501221710610662
Binary1011110011011001100111110101010010111110001101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD927; }

 p { color: rgb(188,217,39); }

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

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

 a { background-color: rgb(188,217,39); }

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

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

 span { border-color: rgb(188,217,39); }

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