Html Css Color HEX #BCD32A Fuego

📋 copy color: '#BCD32A'

red 188 ◦ green 211 ◦ blue 42

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

Shades of Fuego #BCD32A

Tints of Fuego #BCD32A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.85%

 BLUE value IS 42 (16.8% from 255) = 9.52%

R = 42.63%
G = 47.85%
B = 9.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#BCD32A (or 0xBCD32A) is known color: Fuego. HEX triplet: BC, D3 and 2A. RGB value is (188,211,42). Sum of RGB (Red+Green+Blue) = 188+211+42=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD32A is #432CD5. Grayscale: #B9B9B9. Windows color (decimal): -4402390 or 2806716. OLE color: 2806716.

HSL color Cylindrical-coordinate representation of color #BCD32A: hue angle of 68.17º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCD32A is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 42 -
CMYK 0.11 0 0.80 0.17
HSL 68.17º 0.67% 0.5% -
HSV(B) 68.17º 0.8% 0.83% -
XYZ 44.45 57.45 10.94 -
YUV 184.86 47.38 130.24 -
System Red Green Blue C M Y K H S L
Decimal 188 211 42 0.11 0 0.80 0.17 68.17 0.67 0.5
Hex BC D3 2A B 0 50 11 44 43 32
Octal 274 323 52 13 0 120 21 104 103 62
Binary 10111100 11010011 101010 1011 0 1010000 10001 1000100 1000011 110010

Color Harmonies of #BCD32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD32A

Black with #BCD32A

Text Example


Text Example

White with #BCD32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD32A; }

 p { color: rgb(188,211,42); }

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

background-color css

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

 a { background-color: rgb(188,211,42); }

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

border-color css

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

 span { border-color: rgb(188,211,42); }

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