Html Css Color HEX #B0D70C Inch Worm

📋 copy color: '#B0D70C'

red 176 ◦ green 215 ◦ blue 12

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

Shades of Inch Worm #B0D70C

Tints of Inch Worm #B0D70C

RGB

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

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

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

R = 43.67%
G = 53.35%
B = 2.98%

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

#B0D70C (or 0xB0D70C) is known color: Inch Worm. HEX triplet: B0, D7 and 0C. RGB value is (176,215,12). Sum of RGB (Red+Green+Blue) = 176+215+12=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D70C is #4F28F3. Grayscale: #B4B4B4. Windows color (decimal): -5187828 or 841648. OLE color: 841648.

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

Color convert

RGB 176 215 12 -
CMYK 0.18 0 0.94 0.16
HSL 71.53º 0.89% 0.45% -
HSV(B) 71.53º 0.94% 0.84% -
XYZ 42.27 57.86 9.29 -
YUV 180.2 33.08 125.01 -
System Red Green Blue C M Y K H S L
Decimal 176 215 12 0.18 0 0.94 0.16 71.53 0.89 0.45
Hex B0 D7 C 12 0 5E 10 48 59 2D
Octal 260 327 14 22 0 136 20 110 131 55
Binary 10110000 11010111 1100 10010 0 1011110 10000 1001000 1011001 101101

Color Harmonies of #B0D70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D70C

Black with #B0D70C

Text Example


Text Example

White with #B0D70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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