Html Css Color HEX #BCDE2B Fuego

📋 copy color: '#BCDE2B'

red 188 ◦ green 222 ◦ blue 43

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

Shades of Fuego #BCDE2B

Tints of Fuego #BCDE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.01%

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

R = 41.5%
G = 49.01%
B = 9.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#BCDE2B (or 0xBCDE2B) is known color: Fuego. HEX triplet: BC, DE and 2B. RGB value is (188,222,43). Sum of RGB (Red+Green+Blue) = 188+222+43=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDE2B is #4321D4. Grayscale: #C0C0C0. Windows color (decimal): -4399573 or 2875068. OLE color: 2875068.

HSL color Cylindrical-coordinate representation of color #BCDE2B: hue angle of 71.4º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCDE2B is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 43 -
CMYK 0.15 0 0.81 0.13
HSL 71.4º 0.73% 0.52% -
HSV(B) 71.4º 0.81% 0.87% -
XYZ 47.3 63.11 11.97 -
YUV 191.43 44.24 125.55 -
System Red Green Blue C M Y K H S L
Decimal 188 222 43 0.15 0 0.81 0.13 71.4 0.73 0.52
Hex BC DE 2B F 0 51 D 47 49 34
Octal 274 336 53 17 0 121 15 107 111 64
Binary 10111100 11011110 101011 1111 0 1010001 1101 1000111 1001001 110100

Color Harmonies of #BCDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE2B

Black with #BCDE2B

Text Example


Text Example

White with #BCDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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