Html Css Color HEX #B0DB22 Inch Worm

📋 copy color: '#B0DB22'

red 176 ◦ green 219 ◦ blue 34

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

Shades of Inch Worm #B0DB22

Tints of Inch Worm #B0DB22

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.05%

 BLUE value IS 34 (13.67% from 255) = 7.93%

R = 41.03%
G = 51.05%
B = 7.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#B0DB22 (or 0xB0DB22) is known color: Inch Worm. HEX triplet: B0, DB and 22. RGB value is (176,219,34). Sum of RGB (Red+Green+Blue) = 176+219+34=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DB22 is #4F24DD. Grayscale: #B9B9B9. Windows color (decimal): -5186782 or 2284464. OLE color: 2284464.

HSL color Cylindrical-coordinate representation of color #B0DB22: hue angle of 73.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0DB22 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 34 -
CMYK 0.20 0 0.84 0.14
HSL 73.95º 0.73% 0.5% -
HSV(B) 73.95º 0.84% 0.86% -
XYZ 43.52 60.01 10.8 -
YUV 185.05 42.75 121.54 -
System Red Green Blue C M Y K H S L
Decimal 176 219 34 0.20 0 0.84 0.14 73.95 0.73 0.5
Hex B0 DB 22 14 0 54 E 4A 49 32
Octal 260 333 42 24 0 124 16 112 111 62
Binary 10110000 11011011 100010 10100 0 1010100 1110 1001010 1001001 110010

Color Harmonies of #B0DB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB22

Black with #B0DB22

Text Example


Text Example

White with #B0DB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB22; }

 p { color: rgb(176,219,34); }

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

background-color css

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

 a { background-color: rgb(176,219,34); }

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

border-color css

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

 span { border-color: rgb(176,219,34); }

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