Html Css Color HEX #BCEE16 Inch Worm

📋 copy color: '#BCEE16'

red 188 ◦ green 238 ◦ blue 22

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

Shades of Inch Worm #BCEE16

Tints of Inch Worm #BCEE16

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.13%

 BLUE value IS 22 (8.98% from 255) = 4.91%

R = 41.96%
G = 53.13%
B = 4.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#BCEE16 (or 0xBCEE16) is known color: Inch Worm. HEX triplet: BC, EE and 16. RGB value is (188,238,22). Sum of RGB (Red+Green+Blue) = 188+238+22=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 238 (93.36% from 255 or 53.12% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEE16 is #4311E9. Grayscale: #C7C7C7. Windows color (decimal): -4395498 or 1502908. OLE color: 1502908.

HSL color Cylindrical-coordinate representation of color #BCEE16: hue angle of 73.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCEE16 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 22 -
CMYK 0.21 0 0.91 0.07
HSL 73.89º 0.86% 0.51% -
HSV(B) 73.89º 0.91% 0.93% -
XYZ 51.46 71.9 11.92 -
YUV 198.43 28.44 120.56 -
System Red Green Blue C M Y K H S L
Decimal 188 238 22 0.21 0 0.91 0.07 73.89 0.86 0.51
Hex BC EE 16 15 0 5B 7 4A 56 33
Octal 274 356 26 25 0 133 7 112 126 63
Binary 10111100 11101110 10110 10101 0 1011011 111 1001010 1010110 110011

Color Harmonies of #BCEE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE16

Black with #BCEE16

Text Example


Text Example

White with #BCEE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE16; }

 p { color: rgb(188,238,22); }

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

background-color css

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

 a { background-color: rgb(188,238,22); }

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

border-color css

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

 span { border-color: rgb(188,238,22); }

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