Html Css Color HEX #B2D902 Inch Worm

📋 copy color: '#B2D902'

red 178 ◦ green 217 ◦ blue 2

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

Shades of Inch Worm #B2D902

Tints of Inch Worm #B2D902

RGB

 RED value IS 178 (69.92% from 255) = 44.84%

 GREEN value IS 217 (85.16% from 255) = 54.66%

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

R = 44.84%
G = 54.66%
B = 0.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#B2D902 (or 0xB2D902) is known color: Inch Worm. HEX triplet: B2, D9 and 02. RGB value is (178,217,2). Sum of RGB (Red+Green+Blue) = 178+217+2=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D902 is #4D26FD. Grayscale: #B5B5B5. Windows color (decimal): -5056254 or 186802. OLE color: 186802.

HSL color Cylindrical-coordinate representation of color #B2D902: hue angle of 70.88º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2D902 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 2 -
CMYK 0.18 0 0.99 0.15
HSL 70.88º 0.98% 0.43% -
HSV(B) 70.88º 0.99% 0.85% -
XYZ 43.18 59.1 9.19 -
YUV 180.83 27.08 125.98 -
System Red Green Blue C M Y K H S L
Decimal 178 217 2 0.18 0 0.99 0.15 70.88 0.98 0.43
Hex B2 D9 2 12 0 63 F 47 62 2B
Octal 262 331 2 22 0 143 17 107 142 53
Binary 10110010 11011001 10 10010 0 1100011 1111 1000111 1100010 101011

Color Harmonies of #B2D902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D902

Black with #B2D902

Text Example


Text Example

White with #B2D902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D902; }

 p { color: rgb(178,217,2); }

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

background-color css

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

 a { background-color: rgb(178,217,2); }

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

border-color css

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

 span { border-color: rgb(178,217,2); }

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