Html Css Color HEX #BCC032 Fuego

📋 copy color: '#BCC032'

red 188 ◦ green 192 ◦ blue 50

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

Shades of Fuego #BCC032

Tints of Fuego #BCC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 43.72%
G = 44.65%
B = 11.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BCC032 (or 0xBCC032) is known color: Fuego. HEX triplet: BC, C0 and 32. RGB value is (188,192,50). Sum of RGB (Red+Green+Blue) = 188+192+50=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC032 is #433FCD. Grayscale: #AFAFAF. Windows color (decimal): -4407246 or 3326140. OLE color: 3326140.

HSL color Cylindrical-coordinate representation of color #BCC032: hue angle of 61.69º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCC032 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 50 -
CMYK 0.02 0 0.74 0.25
HSL 61.69º 0.59% 0.47% -
HSV(B) 61.69º 0.74% 0.75% -
XYZ 40.16 48.62 10.29 -
YUV 174.62 57.67 137.55 -
System Red Green Blue C M Y K H S L
Decimal 188 192 50 0.02 0 0.74 0.25 61.69 0.59 0.47
Hex BC C0 32 2 0 4A 19 3E 3B 2F
Octal 274 300 62 2 0 112 31 76 73 57
Binary 10111100 11000000 110010 10 0 1001010 11001 111110 111011 101111

Color Harmonies of #BCC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC032

Black with #BCC032

Text Example


Text Example

White with #BCC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC032; }

 p { color: rgb(188,192,50); }

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

background-color css

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

 a { background-color: rgb(188,192,50); }

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

border-color css

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

 span { border-color: rgb(188,192,50); }

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