Html Css Color HEX #BCCC36 Fuego

📋 copy color: '#BCCC36'

red 188 ◦ green 204 ◦ blue 54

#BCCC36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BCCC36

Tints of Fuego #BCCC36

RGB

 RED value IS 188 (73.83% from 255) = 42.15%

 GREEN value IS 204 (80.08% from 255) = 45.74%

 BLUE value IS 54 (21.48% from 255) = 12.11%

R = 42.15%
G = 45.74%
B = 12.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#BCCC36 (or 0xBCCC36) is known color: Fuego. HEX triplet: BC, CC and 36. RGB value is (188,204,54). Sum of RGB (Red+Green+Blue) = 188+204+54=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC36 is #4333C9. Grayscale: #B6B6B6. Windows color (decimal): -4404170 or 3591356. OLE color: 3591356.

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

Color convert

RGB 188 204 54 -
CMYK 0.08 0 0.74 0.2
HSL 66.4º 0.6% 0.51% -
HSV(B) 66.4º 0.74% 0.8% -
XYZ 43 54.14 11.67 -
YUV 182.12 55.7 132.2 -
System Red Green Blue C M Y K H S L
Decimal 188 204 54 0.08 0 0.74 0.2 66.4 0.6 0.51
Hex BC CC 36 8 0 4A 14 42 3C 33
Octal 274 314 66 10 0 112 24 102 74 63
Binary 10111100 11001100 110110 1000 0 1001010 10100 1000010 111100 110011

Color Harmonies of #BCCC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC36

Black with #BCCC36

Text Example


Text Example

White with #BCCC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC36; }

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

 H1.HeaderClassName
 {
   color: #BCCC36;
 }
 .AnyTagClassName
 {
   color: #BCCC36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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