Html Css Color HEX #B0DB09 Inch Worm

📋 copy color: '#B0DB09'

red 176 ◦ green 219 ◦ blue 9

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

Shades of Inch Worm #B0DB09

Tints of Inch Worm #B0DB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 43.56%
G = 54.21%
B = 2.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#B0DB09 (or 0xB0DB09) is known color: Inch Worm. HEX triplet: B0, DB and 09. RGB value is (176,219,9). Sum of RGB (Red+Green+Blue) = 176+219+9=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DB09 is #4F24F6. Grayscale: #B7B7B7. Windows color (decimal): -5186807 or 646064. OLE color: 646064.

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

Color convert

RGB 176 219 9 -
CMYK 0.20 0 0.96 0.14
HSL 72.29º 0.92% 0.45% -
HSV(B) 72.29º 0.96% 0.86% -
XYZ 43.29 59.91 9.54 -
YUV 182.2 30.25 123.58 -
System Red Green Blue C M Y K H S L
Decimal 176 219 9 0.20 0 0.96 0.14 72.29 0.92 0.45
Hex B0 DB 9 14 0 60 E 48 5C 2D
Octal 260 333 11 24 0 140 16 110 134 55
Binary 10110000 11011011 1001 10100 0 1100000 1110 1001000 1011100 101101

Color Harmonies of #B0DB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB09

Black with #B0DB09

Text Example


Text Example

White with #B0DB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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