Html Css Color HEX #BCEC0A Inch Worm

📋 copy color: '#BCEC0A'

red 188 ◦ green 236 ◦ blue 10

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

Shades of Inch Worm #BCEC0A

Tints of Inch Worm #BCEC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 43.32%
G = 54.38%
B = 2.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#BCEC0A (or 0xBCEC0A) is known color: Inch Worm. HEX triplet: BC, EC and 0A. RGB value is (188,236,10). Sum of RGB (Red+Green+Blue) = 188+236+10=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC0A is #4313F5. Grayscale: #C4C4C4. Windows color (decimal): -4396022 or 715964. OLE color: 715964.

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

Color convert

RGB 188 236 10 -
CMYK 0.20 0 0.96 0.07
HSL 72.74º 0.92% 0.48% -
HSV(B) 72.74º 0.96% 0.93% -
XYZ 50.79 70.7 11.26 -
YUV 195.88 23.1 122.38 -
System Red Green Blue C M Y K H S L
Decimal 188 236 10 0.20 0 0.96 0.07 72.74 0.92 0.48
Hex BC EC A 14 0 60 7 49 5C 30
Octal 274 354 12 24 0 140 7 111 134 60
Binary 10111100 11101100 1010 10100 0 1100000 111 1001001 1011100 110000

Color Harmonies of #BCEC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC0A

Black with #BCEC0A

Text Example


Text Example

White with #BCEC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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