Html Css Color HEX #BCDB2A Fuego

📋 copy color: '#BCDB2A'

red 188 ◦ green 219 ◦ blue 42

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

Shades of Fuego #BCDB2A

Tints of Fuego #BCDB2A

RGB

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

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

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

R = 41.87%
G = 48.78%
B = 9.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#BCDB2A (or 0xBCDB2A) is known color: Fuego. HEX triplet: BC, DB and 2A. RGB value is (188,219,42). Sum of RGB (Red+Green+Blue) = 188+219+42=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB2A is #4324D5. Grayscale: #BEBEBE. Windows color (decimal): -4400342 or 2808764. OLE color: 2808764.

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

Color convert

RGB 188 219 42 -
CMYK 0.14 0 0.81 0.14
HSL 70.51º 0.71% 0.51% -
HSV(B) 70.51º 0.81% 0.86% -
XYZ 46.49 61.52 11.62 -
YUV 189.55 44.73 126.89 -
System Red Green Blue C M Y K H S L
Decimal 188 219 42 0.14 0 0.81 0.14 70.51 0.71 0.51
Hex BC DB 2A E 0 51 E 47 47 33
Octal 274 333 52 16 0 121 16 107 107 63
Binary 10111100 11011011 101010 1110 0 1010001 1110 1000111 1000111 110011

Color Harmonies of #BCDB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB2A

Black with #BCDB2A

Text Example


Text Example

White with #BCDB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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