Html Css Color HEX #B2D60E Inch Worm

📋 copy color: '#B2D60E'

red 178 ◦ green 214 ◦ blue 14

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

Shades of Inch Worm #B2D60E

Tints of Inch Worm #B2D60E

RGB

 RED value IS 178 (69.92% from 255) = 43.84%

 GREEN value IS 214 (83.98% from 255) = 52.71%

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 43.84%
G = 52.71%
B = 3.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#B2D60E (or 0xB2D60E) is known color: Inch Worm. HEX triplet: B2, D6 and 0E. RGB value is (178,214,14). Sum of RGB (Red+Green+Blue) = 178+214+14=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D60E is #4D29F1. Grayscale: #B5B5B5. Windows color (decimal): -5057010 or 972466. OLE color: 972466.

HSL color Cylindrical-coordinate representation of color #B2D60E: hue angle of 70.8º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2D60E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 14 -
CMYK 0.17 0 0.93 0.16
HSL 70.8º 0.88% 0.45% -
HSV(B) 70.8º 0.93% 0.84% -
XYZ 42.49 57.59 9.29 -
YUV 180.44 34.07 126.26 -
System Red Green Blue C M Y K H S L
Decimal 178 214 14 0.17 0 0.93 0.16 70.8 0.88 0.45
Hex B2 D6 E 11 0 5D 10 47 58 2D
Octal 262 326 16 21 0 135 20 107 130 55
Binary 10110010 11010110 1110 10001 0 1011101 10000 1000111 1011000 101101

Color Harmonies of #B2D60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D60E

Black with #B2D60E

Text Example


Text Example

White with #B2D60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D60E; }

 p { color: rgb(178,214,14); }

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

background-color css

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

 a { background-color: rgb(178,214,14); }

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

border-color css

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

 span { border-color: rgb(178,214,14); }

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