Html Css Color HEX #BCDB2B Fuego

📋 copy color: '#BCDB2B'

red 188 ◦ green 219 ◦ blue 43

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

Shades of Fuego #BCDB2B

Tints of Fuego #BCDB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.56%

R = 41.78%
G = 48.67%
B = 9.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#BCDB2B (or 0xBCDB2B) is known color: Fuego. HEX triplet: BC, DB and 2B. RGB value is (188,219,43). Sum of RGB (Red+Green+Blue) = 188+219+43=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB2B is #4324D4. Grayscale: #BEBEBE. Windows color (decimal): -4400341 or 2874300. OLE color: 2874300.

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

Color convert

RGB 188 219 43 -
CMYK 0.14 0 0.80 0.14
HSL 70.57º 0.71% 0.51% -
HSV(B) 70.57º 0.8% 0.86% -
XYZ 46.51 61.53 11.71 -
YUV 189.67 45.23 126.81 -
System Red Green Blue C M Y K H S L
Decimal 188 219 43 0.14 0 0.80 0.14 70.57 0.71 0.51
Hex BC DB 2B E 0 50 E 47 47 33
Octal 274 333 53 16 0 120 16 107 107 63
Binary 10111100 11011011 101011 1110 0 1010000 1110 1000111 1000111 110011

Color Harmonies of #BCDB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB2B

Black with #BCDB2B

Text Example


Text Example

White with #BCDB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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