Html Css Color HEX #BCEC08 Inch Worm

📋 copy color: '#BCEC08'

red 188 ◦ green 236 ◦ blue 8

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

Shades of Inch Worm #BCEC08

Tints of Inch Worm #BCEC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.85%

R = 43.52%
G = 54.63%
B = 1.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#BCEC08 (or 0xBCEC08) is known color: Inch Worm. HEX triplet: BC, EC and 08. RGB value is (188,236,8). Sum of RGB (Red+Green+Blue) = 188+236+8=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 236 (92.58% from 255 or 54.63% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC08 is #4313F7. Grayscale: #C4C4C4. Windows color (decimal): -4396024 or 584892. OLE color: 584892.

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

Color convert

RGB 188 236 8 -
CMYK 0.20 0 0.97 0.07
HSL 72.63º 0.93% 0.48% -
HSV(B) 72.63º 0.97% 0.93% -
XYZ 50.78 70.7 11.2 -
YUV 195.66 22.1 122.54 -
System Red Green Blue C M Y K H S L
Decimal 188 236 8 0.20 0 0.97 0.07 72.63 0.93 0.48
Hex BC EC 8 14 0 61 7 49 5D 30
Octal 274 354 10 24 0 141 7 111 135 60
Binary 10111100 11101100 1000 10100 0 1100001 111 1001001 1011101 110000

Color Harmonies of #BCEC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC08

Black with #BCEC08

Text Example


Text Example

White with #BCEC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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