Html Css Color HEX #B0D902 Inch Worm

📋 copy color: '#B0D902'

red 176 ◦ green 217 ◦ blue 2

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

Shades of Inch Worm #B0D902

Tints of Inch Worm #B0D902

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.94%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 44.56%
G = 54.94%
B = 0.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#B0D902 (or 0xB0D902) is known color: Inch Worm. HEX triplet: B0, D9 and 02. RGB value is (176,217,2). Sum of RGB (Red+Green+Blue) = 176+217+2=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D902 is #4F26FD. Grayscale: #B5B5B5. Windows color (decimal): -5187326 or 186800. OLE color: 186800.

HSL color Cylindrical-coordinate representation of color #B0D902: hue angle of 71.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0D902 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 2 -
CMYK 0.19 0 0.99 0.15
HSL 71.44º 0.98% 0.43% -
HSV(B) 71.44º 0.99% 0.85% -
XYZ 42.73 58.86 9.17 -
YUV 180.23 27.42 124.98 -
System Red Green Blue C M Y K H S L
Decimal 176 217 2 0.19 0 0.99 0.15 71.44 0.98 0.43
Hex B0 D9 2 13 0 63 F 47 62 2B
Octal 260 331 2 23 0 143 17 107 142 53
Binary 10110000 11011001 10 10011 0 1100011 1111 1000111 1100010 101011

Color Harmonies of #B0D902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D902

Black with #B0D902

Text Example


Text Example

White with #B0D902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D902; }

 p { color: rgb(176,217,2); }

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

background-color css

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

 a { background-color: rgb(176,217,2); }

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

border-color css

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

 span { border-color: rgb(176,217,2); }

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