Html Css Color HEX #BCDB32 Fuego

📋 copy color: '#BCDB32'

red 188 ◦ green 219 ◦ blue 50

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

Shades of Fuego #BCDB32

Tints of Fuego #BCDB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.92%

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

R = 41.14%
G = 47.92%
B = 10.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#BCDB32 (or 0xBCDB32) is known color: Fuego. HEX triplet: BC, DB and 32. RGB value is (188,219,50). Sum of RGB (Red+Green+Blue) = 188+219+50=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB32 is #4324CD. Grayscale: #BFBFBF. Windows color (decimal): -4400334 or 3333052. OLE color: 3333052.

HSL color Cylindrical-coordinate representation of color #BCDB32: hue angle of 71.01º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCDB32 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 50 -
CMYK 0.14 0 0.77 0.14
HSL 71.01º 0.7% 0.53% -
HSV(B) 71.01º 0.77% 0.86% -
XYZ 46.65 61.58 12.45 -
YUV 190.47 48.73 126.24 -
System Red Green Blue C M Y K H S L
Decimal 188 219 50 0.14 0 0.77 0.14 71.01 0.7 0.53
Hex BC DB 32 E 0 4D E 47 46 35
Octal 274 333 62 16 0 115 16 107 106 65
Binary 10111100 11011011 110010 1110 0 1001101 1110 1000111 1000110 110101

Color Harmonies of #BCDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB32

Black with #BCDB32

Text Example


Text Example

White with #BCDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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