Html Css Color HEX #BCE12B Fuego

📋 copy color: '#BCE12B'

red 188 ◦ green 225 ◦ blue 43

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

Shades of Fuego #BCE12B

Tints of Fuego #BCE12B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.34%

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

R = 41.23%
G = 49.34%
B = 9.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#BCE12B (or 0xBCE12B) is known color: Fuego. HEX triplet: BC, E1 and 2B. RGB value is (188,225,43). Sum of RGB (Red+Green+Blue) = 188+225+43=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE12B is #431ED4. Grayscale: #C1C1C1. Windows color (decimal): -4398805 or 2875836. OLE color: 2875836.

HSL color Cylindrical-coordinate representation of color #BCE12B: hue angle of 72.2º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCE12B is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 43 -
CMYK 0.16 0 0.81 0.12
HSL 72.2º 0.75% 0.53% -
HSV(B) 72.2º 0.81% 0.88% -
XYZ 48.1 64.72 12.24 -
YUV 193.19 43.24 124.3 -
System Red Green Blue C M Y K H S L
Decimal 188 225 43 0.16 0 0.81 0.12 72.2 0.75 0.53
Hex BC E1 2B 10 0 51 C 48 4B 35
Octal 274 341 53 20 0 121 14 110 113 65
Binary 10111100 11100001 101011 10000 0 1010001 1100 1001000 1001011 110101

Color Harmonies of #BCE12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE12B

Black with #BCE12B

Text Example


Text Example

White with #BCE12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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