Html Css Color HEX #B2D60D Inch Worm

📋 copy color: '#B2D60D'

red 178 ◦ green 214 ◦ blue 13

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

Shades of Inch Worm #B2D60D

Tints of Inch Worm #B2D60D

RGB

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

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

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

R = 43.95%
G = 52.84%
B = 3.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#B2D60D (or 0xB2D60D) is known color: Inch Worm. HEX triplet: B2, D6 and 0D. RGB value is (178,214,13). Sum of RGB (Red+Green+Blue) = 178+214+13=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D60D is #4D29F2. Grayscale: #B5B5B5. Windows color (decimal): -5057011 or 906930. OLE color: 906930.

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

Color convert

RGB 178 214 13 -
CMYK 0.17 0 0.94 0.16
HSL 70.75º 0.89% 0.45% -
HSV(B) 70.75º 0.94% 0.84% -
XYZ 42.48 57.59 9.26 -
YUV 180.32 33.57 126.34 -
System Red Green Blue C M Y K H S L
Decimal 178 214 13 0.17 0 0.94 0.16 70.75 0.89 0.45
Hex B2 D6 D 11 0 5E 10 47 59 2D
Octal 262 326 15 21 0 136 20 107 131 55
Binary 10110010 11010110 1101 10001 0 1011110 10000 1000111 1011001 101101

Color Harmonies of #B2D60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D60D

Black with #B2D60D

Text Example


Text Example

White with #B2D60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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