Html Css Color HEX #BCE52B Fuego

📋 copy color: '#BCE52B'

red 188 ◦ green 229 ◦ blue 43

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

Shades of Fuego #BCE52B

Tints of Fuego #BCE52B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.78%

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

R = 40.87%
G = 49.78%
B = 9.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#BCE52B (or 0xBCE52B) is known color: Fuego. HEX triplet: BC, E5 and 2B. RGB value is (188,229,43). Sum of RGB (Red+Green+Blue) = 188+229+43=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE52B is #431AD4. Grayscale: #C4C4C4. Windows color (decimal): -4397781 or 2876860. OLE color: 2876860.

HSL color Cylindrical-coordinate representation of color #BCE52B: hue angle of 73.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCE52B is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 43 -
CMYK 0.18 0 0.81 0.10
HSL 73.23º 0.78% 0.53% -
HSV(B) 73.23º 0.81% 0.9% -
XYZ 49.19 66.9 12.61 -
YUV 195.54 41.92 122.62 -
System Red Green Blue C M Y K H S L
Decimal 188 229 43 0.18 0 0.81 0.10 73.23 0.78 0.53
Hex BC E5 2B 12 0 51 A 49 4E 35
Octal 274 345 53 22 0 121 12 111 116 65
Binary 10111100 11100101 101011 10010 0 1010001 1010 1001001 1001110 110101

Color Harmonies of #BCE52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE52B

Black with #BCE52B

Text Example


Text Example

White with #BCE52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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