Html Css Color HEX #BCE60A Inch Worm

📋 copy color: '#BCE60A'

red 188 ◦ green 230 ◦ blue 10

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

Shades of Inch Worm #BCE60A

Tints of Inch Worm #BCE60A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.74%

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

R = 43.93%
G = 53.74%
B = 2.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#BCE60A (or 0xBCE60A) is known color: Inch Worm. HEX triplet: BC, E6 and 0A. RGB value is (188,230,10). Sum of RGB (Red+Green+Blue) = 188+230+10=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE60A is #4319F5. Grayscale: #C1C1C1. Windows color (decimal): -4397558 or 714428. OLE color: 714428.

HSL color Cylindrical-coordinate representation of color #BCE60A: hue angle of 71.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCE60A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 10 -
CMYK 0.18 0 0.96 0.10
HSL 71.45º 0.92% 0.47% -
HSV(B) 71.45º 0.96% 0.9% -
XYZ 49.09 67.31 10.69 -
YUV 192.36 25.09 124.89 -
System Red Green Blue C M Y K H S L
Decimal 188 230 10 0.18 0 0.96 0.10 71.45 0.92 0.47
Hex BC E6 A 12 0 60 A 47 5C 2F
Octal 274 346 12 22 0 140 12 107 134 57
Binary 10111100 11100110 1010 10010 0 1100000 1010 1000111 1011100 101111

Color Harmonies of #BCE60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE60A

Black with #BCE60A

Text Example


Text Example

White with #BCE60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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