Html Css Color HEX #BCE505 Inch Worm

📋 copy color: '#BCE505'

red 188 ◦ green 229 ◦ blue 5

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

Shades of Inch Worm #BCE505

Tints of Inch Worm #BCE505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 44.55%
G = 54.27%
B = 1.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#BCE505 (or 0xBCE505) is known color: Inch Worm. HEX triplet: BC, E5 and 05. RGB value is (188,229,5). Sum of RGB (Red+Green+Blue) = 188+229+5=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 229 (89.84% from 255 or 54.27% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE505 is #431AFA. Grayscale: #C0C0C0. Windows color (decimal): -4397819 or 386492. OLE color: 386492.

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

Color convert

RGB 188 229 5 -
CMYK 0.18 0 0.98 0.10
HSL 70.98º 0.96% 0.46% -
HSV(B) 70.98º 0.98% 0.9% -
XYZ 48.79 66.74 10.45 -
YUV 191.21 22.92 125.71 -
System Red Green Blue C M Y K H S L
Decimal 188 229 5 0.18 0 0.98 0.10 70.98 0.96 0.46
Hex BC E5 5 12 0 62 A 47 60 2E
Octal 274 345 5 22 0 142 12 107 140 56
Binary 10111100 11100101 101 10010 0 1100010 1010 1000111 1100000 101110

Color Harmonies of #BCE505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE505

Black with #BCE505

Text Example


Text Example

White with #BCE505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE505; }

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

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

background-color css

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

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

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

border-color css

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

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

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