Html Css Color HEX #BCC736 Fuego

📋 copy color: '#BCC736'

red 188 ◦ green 199 ◦ blue 54

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

Shades of Fuego #BCC736

Tints of Fuego #BCC736

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.12%

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

R = 42.63%
G = 45.12%
B = 12.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#BCC736 (or 0xBCC736) is known color: Fuego. HEX triplet: BC, C7 and 36. RGB value is (188,199,54). Sum of RGB (Red+Green+Blue) = 188+199+54=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC736 is #4338C9. Grayscale: #B3B3B3. Windows color (decimal): -4405450 or 3590076. OLE color: 3590076.

HSL color Cylindrical-coordinate representation of color #BCC736: hue angle of 64.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCC736 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 54 -
CMYK 0.06 0 0.73 0.22
HSL 64.55º 0.57% 0.5% -
HSV(B) 64.55º 0.73% 0.78% -
XYZ 41.83 51.8 11.28 -
YUV 179.18 57.36 134.29 -
System Red Green Blue C M Y K H S L
Decimal 188 199 54 0.06 0 0.73 0.22 64.55 0.57 0.5
Hex BC C7 36 6 0 49 16 41 39 32
Octal 274 307 66 6 0 111 26 101 71 62
Binary 10111100 11000111 110110 110 0 1001001 10110 1000001 111001 110010

Color Harmonies of #BCC736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC736

Black with #BCC736

Text Example


Text Example

White with #BCC736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC736; }

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

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

background-color css

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

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

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

border-color css

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

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

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