Html Css Color HEX #BCEC2A Fuego

📋 copy color: '#BCEC2A'

red 188 ◦ green 236 ◦ blue 42

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

Shades of Fuego #BCEC2A

Tints of Fuego #BCEC2A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.64%

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

R = 40.34%
G = 50.64%
B = 9.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#BCEC2A (or 0xBCEC2A) is known color: Fuego. HEX triplet: BC, EC and 2A. RGB value is (188,236,42). Sum of RGB (Red+Green+Blue) = 188+236+42=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC2A is #4313D5. Grayscale: #C8C8C8. Windows color (decimal): -4395990 or 2813116. OLE color: 2813116.

HSL color Cylindrical-coordinate representation of color #BCEC2A: hue angle of 74.85º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCEC2A is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 42 -
CMYK 0.20 0 0.82 0.07
HSL 74.85º 0.84% 0.55% -
HSV(B) 74.85º 0.82% 0.93% -
XYZ 51.15 70.85 13.17 -
YUV 199.53 39.1 119.77 -
System Red Green Blue C M Y K H S L
Decimal 188 236 42 0.20 0 0.82 0.07 74.85 0.84 0.55
Hex BC EC 2A 14 0 52 7 4B 54 37
Octal 274 354 52 24 0 122 7 113 124 67
Binary 10111100 11101100 101010 10100 0 1010010 111 1001011 1010100 110111

Color Harmonies of #BCEC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC2A

Black with #BCEC2A

Text Example


Text Example

White with #BCEC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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