Html Css Color HEX #B0DB0B Inch Worm

📋 copy color: '#B0DB0B'

red 176 ◦ green 219 ◦ blue 11

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

Shades of Inch Worm #B0DB0B

Tints of Inch Worm #B0DB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.71%

R = 43.35%
G = 53.94%
B = 2.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#B0DB0B (or 0xB0DB0B) is known color: Inch Worm. HEX triplet: B0, DB and 0B. RGB value is (176,219,11). Sum of RGB (Red+Green+Blue) = 176+219+11=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DB0B is #4F24F4. Grayscale: #B7B7B7. Windows color (decimal): -5186805 or 777136. OLE color: 777136.

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

Color convert

RGB 176 219 11 -
CMYK 0.20 0 0.95 0.14
HSL 72.4º 0.9% 0.45% -
HSV(B) 72.4º 0.95% 0.86% -
XYZ 43.3 59.92 9.6 -
YUV 182.43 31.25 123.41 -
System Red Green Blue C M Y K H S L
Decimal 176 219 11 0.20 0 0.95 0.14 72.4 0.9 0.45
Hex B0 DB B 14 0 5F E 48 5A 2D
Octal 260 333 13 24 0 137 16 110 132 55
Binary 10110000 11011011 1011 10100 0 1011111 1110 1001000 1011010 101101

Color Harmonies of #B0DB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB0B

Black with #B0DB0B

Text Example


Text Example

White with #B0DB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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