Html Css Color HEX #BCEC22 Inch Worm

📋 copy color: '#BCEC22'

red 188 ◦ green 236 ◦ blue 34

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

Shades of Inch Worm #BCEC22

Tints of Inch Worm #BCEC22

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.53%

 BLUE value IS 34 (13.67% from 255) = 7.42%

R = 41.05%
G = 51.53%
B = 7.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#BCEC22 (or 0xBCEC22) is known color: Inch Worm. HEX triplet: BC, EC and 22. RGB value is (188,236,34). Sum of RGB (Red+Green+Blue) = 188+236+34=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 34 (13.67% from 255 or 7.42% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC22 is #4313DD. Grayscale: #C7C7C7. Windows color (decimal): -4395998 or 2288828. OLE color: 2288828.

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

Color convert

RGB 188 236 34 -
CMYK 0.20 0 0.86 0.07
HSL 74.26º 0.84% 0.53% -
HSV(B) 74.26º 0.86% 0.93% -
XYZ 51.02 70.8 12.49 -
YUV 198.62 35.1 120.43 -
System Red Green Blue C M Y K H S L
Decimal 188 236 34 0.20 0 0.86 0.07 74.26 0.84 0.53
Hex BC EC 22 14 0 56 7 4A 54 35
Octal 274 354 42 24 0 126 7 112 124 65
Binary 10111100 11101100 100010 10100 0 1010110 111 1001010 1010100 110101

Color Harmonies of #BCEC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC22

Black with #BCEC22

Text Example


Text Example

White with #BCEC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC22; }

 p { color: rgb(188,236,34); }

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

background-color css

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

 a { background-color: rgb(188,236,34); }

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

border-color css

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

 span { border-color: rgb(188,236,34); }

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