Html Css Color HEX #BCCC31 Fuego

📋 copy color: '#BCCC31'

red 188 ◦ green 204 ◦ blue 49

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

Shades of Fuego #BCCC31

Tints of Fuego #BCCC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.11%

R = 42.63%
G = 46.26%
B = 11.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#BCCC31 (or 0xBCCC31) is known color: Fuego. HEX triplet: BC, CC and 31. RGB value is (188,204,49). Sum of RGB (Red+Green+Blue) = 188+204+49=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC31 is #4333CE. Grayscale: #B6B6B6. Windows color (decimal): -4404175 or 3263676. OLE color: 3263676.

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

Color convert

RGB 188 204 49 -
CMYK 0.08 0 0.76 0.2
HSL 66.19º 0.61% 0.5% -
HSV(B) 66.19º 0.76% 0.8% -
XYZ 42.89 54.1 11.09 -
YUV 181.55 53.2 132.6 -
System Red Green Blue C M Y K H S L
Decimal 188 204 49 0.08 0 0.76 0.2 66.19 0.61 0.5
Hex BC CC 31 8 0 4C 14 42 3D 32
Octal 274 314 61 10 0 114 24 102 75 62
Binary 10111100 11001100 110001 1000 0 1001100 10100 1000010 111101 110010

Color Harmonies of #BCCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC31

Black with #BCCC31

Text Example


Text Example

White with #BCCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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