Html Css Color HEX #BCE62C Fuego

📋 copy color: '#BCE62C'

red 188 ◦ green 230 ◦ blue 44

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

Shades of Fuego #BCE62C

Tints of Fuego #BCE62C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.78%

 BLUE value IS 44 (17.58% from 255) = 9.52%

R = 40.69%
G = 49.78%
B = 9.52%

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

#BCE62C (or 0xBCE62C) is known color: Fuego. HEX triplet: BC, E6 and 2C. RGB value is (188,230,44). Sum of RGB (Red+Green+Blue) = 188+230+44=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE62C is #4319D3. Grayscale: #C4C4C4. Windows color (decimal): -4397524 or 2942652. OLE color: 2942652.

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

Color convert

RGB 188 230 44 -
CMYK 0.18 0 0.81 0.10
HSL 73.55º 0.79% 0.54% -
HSV(B) 73.55º 0.81% 0.9% -
XYZ 49.49 67.47 12.8 -
YUV 196.24 42.09 122.12 -
System Red Green Blue C M Y K H S L
Decimal 188 230 44 0.18 0 0.81 0.10 73.55 0.79 0.54
Hex BC E6 2C 12 0 51 A 4A 4F 36
Octal 274 346 54 22 0 121 12 112 117 66
Binary 10111100 11100110 101100 10010 0 1010001 1010 1001010 1001111 110110

Color Harmonies of #BCE62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE62C

Black with #BCE62C

Text Example


Text Example

White with #BCE62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE62C; }

 p { color: rgb(188,230,44); }

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

background-color css

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

 a { background-color: rgb(188,230,44); }

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

border-color css

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

 span { border-color: rgb(188,230,44); }

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