Html Css Color HEX #B0D70D Inch Worm

📋 copy color: '#B0D70D'

red 176 ◦ green 215 ◦ blue 13

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

Shades of Inch Worm #B0D70D

Tints of Inch Worm #B0D70D

RGB

 RED value IS 176 (69.14% from 255) = 43.56%

 GREEN value IS 215 (84.38% from 255) = 53.22%

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

R = 43.56%
G = 53.22%
B = 3.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#B0D70D (or 0xB0D70D) is known color: Inch Worm. HEX triplet: B0, D7 and 0D. RGB value is (176,215,13). Sum of RGB (Red+Green+Blue) = 176+215+13=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D70D is #4F28F2. Grayscale: #B5B5B5. Windows color (decimal): -5187827 or 907184. OLE color: 907184.

HSL color Cylindrical-coordinate representation of color #B0D70D: hue angle of 71.58º 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 #B0D70D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 215 13 -
CMYK 0.18 0 0.94 0.16
HSL 71.58º 0.89% 0.45% -
HSV(B) 71.58º 0.94% 0.84% -
XYZ 42.28 57.86 9.32 -
YUV 180.31 33.58 124.93 -
System Red Green Blue C M Y K H S L
Decimal 176 215 13 0.18 0 0.94 0.16 71.58 0.89 0.45
Hex B0 D7 D 12 0 5E 10 48 59 2D
Octal 260 327 15 22 0 136 20 110 131 55
Binary 10110000 11010111 1101 10010 0 1011110 10000 1001000 1011001 101101

Color Harmonies of #B0D70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D70D

Black with #B0D70D

Text Example


Text Example

White with #B0D70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D70D; }

 p { color: rgb(176,215,13); }

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

background-color css

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

 a { background-color: rgb(176,215,13); }

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

border-color css

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

 span { border-color: rgb(176,215,13); }

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