Html Css Color HEX #B0D302 Inch Worm

📋 copy color: '#B0D302'

red 176 ◦ green 211 ◦ blue 2

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

Shades of Inch Worm #B0D302

Tints of Inch Worm #B0D302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 45.24%
G = 54.24%
B = 0.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#B0D302 (or 0xB0D302) is known color: Inch Worm. HEX triplet: B0, D3 and 02. RGB value is (176,211,2). Sum of RGB (Red+Green+Blue) = 176+211+2=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D302 is #4F2CFD. Grayscale: #B1B1B1. Windows color (decimal): -5188862 or 185264. OLE color: 185264.

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

Color convert

RGB 176 211 2 -
CMYK 0.17 0 0.99 0.17
HSL 70.05º 0.98% 0.42% -
HSV(B) 70.05º 0.99% 0.83% -
XYZ 41.21 55.82 8.66 -
YUV 176.71 29.4 127.49 -
System Red Green Blue C M Y K H S L
Decimal 176 211 2 0.17 0 0.99 0.17 70.05 0.98 0.42
Hex B0 D3 2 11 0 63 11 46 62 2A
Octal 260 323 2 21 0 143 21 106 142 52
Binary 10110000 11010011 10 10001 0 1100011 10001 1000110 1100010 101010

Color Harmonies of #B0D302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D302

Black with #B0D302

Text Example


Text Example

White with #B0D302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D302; }

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

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

background-color css

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

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

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

border-color css

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

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

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