Html Css Color HEX #BCEA15 Inch Worm

📋 copy color: '#BCEA15'

red 188 ◦ green 234 ◦ blue 21

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

Shades of Inch Worm #BCEA15

Tints of Inch Worm #BCEA15

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.82%

 BLUE value IS 21 (8.59% from 255) = 4.74%

R = 42.44%
G = 52.82%
B = 4.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#BCEA15 (or 0xBCEA15) is known color: Inch Worm. HEX triplet: BC, EA and 15. RGB value is (188,234,21). Sum of RGB (Red+Green+Blue) = 188+234+21=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEA15 is #4315EA. Grayscale: #C4C4C4. Windows color (decimal): -4396523 or 1436348. OLE color: 1436348.

HSL color Cylindrical-coordinate representation of color #BCEA15: hue angle of 72.96º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCEA15 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 21 -
CMYK 0.20 0 0.91 0.08
HSL 72.96º 0.84% 0.5% -
HSV(B) 72.96º 0.91% 0.92% -
XYZ 50.3 69.59 11.49 -
YUV 195.96 29.26 122.32 -
System Red Green Blue C M Y K H S L
Decimal 188 234 21 0.20 0 0.91 0.08 72.96 0.84 0.5
Hex BC EA 15 14 0 5B 8 49 54 32
Octal 274 352 25 24 0 133 10 111 124 62
Binary 10111100 11101010 10101 10100 0 1011011 1000 1001001 1010100 110010

Color Harmonies of #BCEA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA15

Black with #BCEA15

Text Example


Text Example

White with #BCEA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA15; }

 p { color: rgb(188,234,21); }

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

background-color css

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

 a { background-color: rgb(188,234,21); }

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

border-color css

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

 span { border-color: rgb(188,234,21); }

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