Html Css Color HEX #B0DA13 Inch Worm

📋 copy color: '#B0DA13'

red 176 ◦ green 218 ◦ blue 19

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

Shades of Inch Worm #B0DA13

Tints of Inch Worm #B0DA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.6%

R = 42.62%
G = 52.78%
B = 4.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#B0DA13 (or 0xB0DA13) is known color: Inch Worm. HEX triplet: B0, DA and 13. RGB value is (176,218,19). Sum of RGB (Red+Green+Blue) = 176+218+19=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DA13 is #4F25EC. Grayscale: #B7B7B7. Windows color (decimal): -5187053 or 1301168. OLE color: 1301168.

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

Color convert

RGB 176 218 19 -
CMYK 0.19 0 0.91 0.15
HSL 72.66º 0.84% 0.46% -
HSV(B) 72.66º 0.91% 0.85% -
XYZ 43.09 59.42 9.81 -
YUV 182.76 35.59 123.18 -
System Red Green Blue C M Y K H S L
Decimal 176 218 19 0.19 0 0.91 0.15 72.66 0.84 0.46
Hex B0 DA 13 13 0 5B F 49 54 2E
Octal 260 332 23 23 0 133 17 111 124 56
Binary 10110000 11011010 10011 10011 0 1011011 1111 1001001 1010100 101110

Color Harmonies of #B0DA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA13

Black with #B0DA13

Text Example


Text Example

White with #B0DA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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