Html Css Color HEX #B0D304 Inch Worm

📋 copy color: '#B0D304'

red 176 ◦ green 211 ◦ blue 4

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

Shades of Inch Worm #B0D304

Tints of Inch Worm #B0D304

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.96%

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 45.01%
G = 53.96%
B = 1.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#B0D304 (or 0xB0D304) is known color: Inch Worm. HEX triplet: B0, D3 and 04. RGB value is (176,211,4). Sum of RGB (Red+Green+Blue) = 176+211+4=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D304 is #4F2CFB. Grayscale: #B1B1B1. Windows color (decimal): -5188860 or 316336. OLE color: 316336.

HSL color Cylindrical-coordinate representation of color #B0D304: hue angle of 70.14º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0D304 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 211 4 -
CMYK 0.17 0 0.98 0.17
HSL 70.14º 0.96% 0.42% -
HSV(B) 70.14º 0.98% 0.83% -
XYZ 41.22 55.83 8.72 -
YUV 176.94 30.4 127.33 -
System Red Green Blue C M Y K H S L
Decimal 176 211 4 0.17 0 0.98 0.17 70.14 0.96 0.42
Hex B0 D3 4 11 0 62 11 46 60 2A
Octal 260 323 4 21 0 142 21 106 140 52
Binary 10110000 11010011 100 10001 0 1100010 10001 1000110 1100000 101010

Color Harmonies of #B0D304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D304

Black with #B0D304

Text Example


Text Example

White with #B0D304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D304; }

 p { color: rgb(176,211,4); }

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

background-color css

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

 a { background-color: rgb(176,211,4); }

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

border-color css

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

 span { border-color: rgb(176,211,4); }

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