Html Css Color HEX #BCE82D Fuego

📋 copy color: '#BCE82D'

red 188 ◦ green 232 ◦ blue 45

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

Shades of Fuego #BCE82D

Tints of Fuego #BCE82D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.89%

 BLUE value IS 45 (17.97% from 255) = 9.68%

R = 40.43%
G = 49.89%
B = 9.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#BCE82D (or 0xBCE82D) is known color: Fuego. HEX triplet: BC, E8 and 2D. RGB value is (188,232,45). Sum of RGB (Red+Green+Blue) = 188+232+45=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE82D is #4317D2. Grayscale: #C6C6C6. Windows color (decimal): -4397011 or 3008700. OLE color: 3008700.

HSL color Cylindrical-coordinate representation of color #BCE82D: hue angle of 74.12º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCE82D is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 45 -
CMYK 0.19 0 0.81 0.09
HSL 74.12º 0.8% 0.54% -
HSV(B) 74.12º 0.81% 0.91% -
XYZ 50.07 68.59 13.08 -
YUV 197.53 41.92 121.21 -
System Red Green Blue C M Y K H S L
Decimal 188 232 45 0.19 0 0.81 0.09 74.12 0.8 0.54
Hex BC E8 2D 13 0 51 9 4A 50 36
Octal 274 350 55 23 0 121 11 112 120 66
Binary 10111100 11101000 101101 10011 0 1010001 1001 1001010 1010000 110110

Color Harmonies of #BCE82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE82D

Black with #BCE82D

Text Example


Text Example

White with #BCE82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE82D; }

 p { color: rgb(188,232,45); }

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

background-color css

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

 a { background-color: rgb(188,232,45); }

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

border-color css

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

 span { border-color: rgb(188,232,45); }

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