Html Css Color HEX #BCE60D Inch Worm

📋 copy color: '#BCE60D'

red 188 ◦ green 230 ◦ blue 13

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

Shades of Inch Worm #BCE60D

Tints of Inch Worm #BCE60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.02%

R = 43.62%
G = 53.36%
B = 3.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#BCE60D (or 0xBCE60D) is known color: Inch Worm. HEX triplet: BC, E6 and 0D. RGB value is (188,230,13). Sum of RGB (Red+Green+Blue) = 188+230+13=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE60D is #4319F2. Grayscale: #C1C1C1. Windows color (decimal): -4397555 or 911036. OLE color: 911036.

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

Color convert

RGB 188 230 13 -
CMYK 0.18 0 0.94 0.10
HSL 71.61º 0.89% 0.48% -
HSV(B) 71.61º 0.94% 0.9% -
XYZ 49.11 67.31 10.79 -
YUV 192.7 26.59 124.64 -
System Red Green Blue C M Y K H S L
Decimal 188 230 13 0.18 0 0.94 0.10 71.61 0.89 0.48
Hex BC E6 D 12 0 5E A 48 59 30
Octal 274 346 15 22 0 136 12 110 131 60
Binary 10111100 11100110 1101 10010 0 1011110 1010 1001000 1011001 110000

Color Harmonies of #BCE60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE60D

Black with #BCE60D

Text Example


Text Example

White with #BCE60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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