Html Css Color HEX #B2DA16 Inch Worm

📋 copy color: '#B2DA16'

red 178 ◦ green 218 ◦ blue 22

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

Shades of Inch Worm #B2DA16

Tints of Inch Worm #B2DA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.26%

R = 42.58%
G = 52.15%
B = 5.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#B2DA16 (or 0xB2DA16) is known color: Inch Worm. HEX triplet: B2, DA and 16. RGB value is (178,218,22). Sum of RGB (Red+Green+Blue) = 178+218+22=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA16 is #4D25E9. Grayscale: #B8B8B8. Windows color (decimal): -5055978 or 1497778. OLE color: 1497778.

HSL color Cylindrical-coordinate representation of color #B2DA16: hue angle of 72.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2DA16 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 22 -
CMYK 0.18 0 0.90 0.15
HSL 72.24º 0.82% 0.47% -
HSV(B) 72.24º 0.9% 0.85% -
XYZ 43.58 59.67 9.98 -
YUV 183.7 36.75 123.94 -
System Red Green Blue C M Y K H S L
Decimal 178 218 22 0.18 0 0.90 0.15 72.24 0.82 0.47
Hex B2 DA 16 12 0 5A F 48 52 2F
Octal 262 332 26 22 0 132 17 110 122 57
Binary 10110010 11011010 10110 10010 0 1011010 1111 1001000 1010010 101111

Color Harmonies of #B2DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA16

Black with #B2DA16

Text Example


Text Example

White with #B2DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA16; }

 p { color: rgb(178,218,22); }

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

background-color css

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

 a { background-color: rgb(178,218,22); }

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

border-color css

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

 span { border-color: rgb(178,218,22); }

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