Html Css Color HEX #B0DA09 Inch Worm

📋 copy color: '#B0DA09'

red 176 ◦ green 218 ◦ blue 9

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

Shades of Inch Worm #B0DA09

Tints of Inch Worm #B0DA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.09%

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

R = 43.67%
G = 54.09%
B = 2.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#B0DA09 (or 0xB0DA09) is known color: Inch Worm. HEX triplet: B0, DA and 09. RGB value is (176,218,9). Sum of RGB (Red+Green+Blue) = 176+218+9=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DA09 is #4F25F6. Grayscale: #B6B6B6. Windows color (decimal): -5187063 or 645808. OLE color: 645808.

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

Color convert

RGB 176 218 9 -
CMYK 0.19 0 0.96 0.15
HSL 72.06º 0.92% 0.45% -
HSV(B) 72.06º 0.96% 0.85% -
XYZ 43.03 59.39 9.45 -
YUV 181.62 30.59 123.99 -
System Red Green Blue C M Y K H S L
Decimal 176 218 9 0.19 0 0.96 0.15 72.06 0.92 0.45
Hex B0 DA 9 13 0 60 F 48 5C 2D
Octal 260 332 11 23 0 140 17 110 134 55
Binary 10110000 11011010 1001 10011 0 1100000 1111 1001000 1011100 101101

Color Harmonies of #B0DA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA09

Black with #B0DA09

Text Example


Text Example

White with #B0DA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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