Html Css Color HEX #BCC532 Fuego

📋 copy color: '#BCC532'

red 188 ◦ green 197 ◦ blue 50

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

Shades of Fuego #BCC532

Tints of Fuego #BCC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.29%

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

R = 43.22%
G = 45.29%
B = 11.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#BCC532 (or 0xBCC532) is known color: Fuego. HEX triplet: BC, C5 and 32. RGB value is (188,197,50). Sum of RGB (Red+Green+Blue) = 188+197+50=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC532 is #433ACD. Grayscale: #B2B2B2. Windows color (decimal): -4405966 or 3327420. OLE color: 3327420.

HSL color Cylindrical-coordinate representation of color #BCC532: hue angle of 63.67º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCC532 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 50 -
CMYK 0.05 0 0.75 0.23
HSL 63.67º 0.6% 0.48% -
HSV(B) 63.67º 0.75% 0.77% -
XYZ 41.28 50.85 10.66 -
YUV 177.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 188 197 50 0.05 0 0.75 0.23 63.67 0.6 0.48
Hex BC C5 32 5 0 4B 17 40 3C 30
Octal 274 305 62 5 0 113 27 100 74 60
Binary 10111100 11000101 110010 101 0 1001011 10111 1000000 111100 110000

Color Harmonies of #BCC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC532

Black with #BCC532

Text Example


Text Example

White with #BCC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC532; }

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

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

background-color css

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

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

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

border-color css

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

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

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