Html Css Color HEX #BCE60C Inch Worm

📋 copy color: '#BCE60C'

red 188 ◦ green 230 ◦ blue 12

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

Shades of Inch Worm #BCE60C

Tints of Inch Worm #BCE60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.79%

R = 43.72%
G = 53.49%
B = 2.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#BCE60C (or 0xBCE60C) is known color: Inch Worm. HEX triplet: BC, E6 and 0C. RGB value is (188,230,12). Sum of RGB (Red+Green+Blue) = 188+230+12=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE60C is #4319F3. Grayscale: #C1C1C1. Windows color (decimal): -4397556 or 845500. OLE color: 845500.

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

Color convert

RGB 188 230 12 -
CMYK 0.18 0 0.95 0.10
HSL 71.56º 0.9% 0.47% -
HSV(B) 71.56º 0.95% 0.9% -
XYZ 49.1 67.31 10.75 -
YUV 192.59 26.09 124.73 -
System Red Green Blue C M Y K H S L
Decimal 188 230 12 0.18 0 0.95 0.10 71.56 0.9 0.47
Hex BC E6 C 12 0 5F A 48 5A 2F
Octal 274 346 14 22 0 137 12 110 132 57
Binary 10111100 11100110 1100 10010 0 1011111 1010 1001000 1011010 101111

Color Harmonies of #BCE60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE60C

Black with #BCE60C

Text Example


Text Example

White with #BCE60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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