Html Css Color HEX #B0DF0A Inch Worm

📋 copy color: '#B0DF0A'

red 176 ◦ green 223 ◦ blue 10

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

Shades of Inch Worm #B0DF0A

Tints of Inch Worm #B0DF0A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.52%

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 43.03%
G = 54.52%
B = 2.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#B0DF0A (or 0xB0DF0A) is known color: Inch Worm. HEX triplet: B0, DF and 0A. RGB value is (176,223,10). Sum of RGB (Red+Green+Blue) = 176+223+10=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DF0A is #4F20F5. Grayscale: #B9B9B9. Windows color (decimal): -5185782 or 712624. OLE color: 712624.

HSL color Cylindrical-coordinate representation of color #B0DF0A: hue angle of 73.24º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0DF0A is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 10 -
CMYK 0.21 0 0.96 0.13
HSL 73.24º 0.91% 0.46% -
HSV(B) 73.24º 0.96% 0.87% -
XYZ 44.35 62.03 9.92 -
YUV 184.67 29.43 121.82 -
System Red Green Blue C M Y K H S L
Decimal 176 223 10 0.21 0 0.96 0.13 73.24 0.91 0.46
Hex B0 DF A 15 0 60 D 49 5B 2E
Octal 260 337 12 25 0 140 15 111 133 56
Binary 10110000 11011111 1010 10101 0 1100000 1101 1001001 1011011 101110

Color Harmonies of #B0DF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF0A

Black with #B0DF0A

Text Example


Text Example

White with #B0DF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF0A; }

 p { color: rgb(176,223,10); }

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

background-color css

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

 a { background-color: rgb(176,223,10); }

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

border-color css

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

 span { border-color: rgb(176,223,10); }

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