Html Css Color HEX #BCD032 Fuego

📋 copy color: '#BCD032'

red 188 ◦ green 208 ◦ blue 50

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

Shades of Fuego #BCD032

Tints of Fuego #BCD032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.64%

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

R = 42.15%
G = 46.64%
B = 11.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#BCD032 (or 0xBCD032) is known color: Fuego. HEX triplet: BC, D0 and 32. RGB value is (188,208,50). Sum of RGB (Red+Green+Blue) = 188+208+50=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD032 is #432FCD. Grayscale: #B8B8B8. Windows color (decimal): -4403150 or 3330236. OLE color: 3330236.

HSL color Cylindrical-coordinate representation of color #BCD032: hue angle of 67.59º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCD032 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 50 -
CMYK 0.10 0 0.76 0.18
HSL 67.59º 0.63% 0.51% -
HSV(B) 67.59º 0.76% 0.82% -
XYZ 43.87 56.03 11.52 -
YUV 184.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 188 208 50 0.10 0 0.76 0.18 67.59 0.63 0.51
Hex BC D0 32 A 0 4C 12 44 3F 33
Octal 274 320 62 12 0 114 22 104 77 63
Binary 10111100 11010000 110010 1010 0 1001100 10010 1000100 111111 110011

Color Harmonies of #BCD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD032

Black with #BCD032

Text Example


Text Example

White with #BCD032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD032; }

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

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

background-color css

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

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

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

border-color css

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

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

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