#bccc3b

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

Shades of Fuego #BCCC3B

Tints of Fuego #BCCC3B

Color information

#BCCC3B (or 0xBCCC3B) is unknown color: approx Fuego. HEX triplet: BC, CC and 3B. RGB value is (188,204,59). Sum of RGB (Red+Green+Blue) = 188+204+59=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC3B is #4333C4. Grayscale: #B7B7B7. Windows color (decimal): -4404165 or 3919036. OLE color: 3919036.

HSL color Cylindrical-coordinate representation of color #BCCC3B: hue angle of 66.62º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCCC3B is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB18820459-
CMYK0.0800.710.2
HSL66.62º58.7%51.57%-
HSV(B)66.62º71.08%80%-
XYZ43.1254.1912.33-
YUV182.6958.2131.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 204 (80.08% from 255) = 45.23%
BLUE value IS 59 (23.44% from 255) = 13.08%
R=41.69%
G=45.23%
B=13.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188204590.0800.710.266.6258.751.57
HexBCCC3B804714433b34
Octal27431473100107241037364
Binary1011110011001100111011100001000111101001000011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bccc3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bccc3b; }

 p { color: rgb(188,204,59); }

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

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

 a { background-color: rgb(188,204,59); }

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

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

 span { border-color: rgb(188,204,59); }

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