Html Css Color HEX #B2DA19 Inch Worm

📋 copy color: '#B2DA19'

red 178 ◦ green 218 ◦ blue 25

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

Shades of Inch Worm #B2DA19

Tints of Inch Worm #B2DA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.94%

R = 42.28%
G = 51.78%
B = 5.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#B2DA19 (or 0xB2DA19) is known color: Inch Worm. HEX triplet: B2, DA and 19. RGB value is (178,218,25). Sum of RGB (Red+Green+Blue) = 178+218+25=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA19 is #4D25E6. Grayscale: #B8B8B8. Windows color (decimal): -5055975 or 1694386. OLE color: 1694386.

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

Color convert

RGB 178 218 25 -
CMYK 0.18 0 0.89 0.15
HSL 72.44º 0.79% 0.48% -
HSV(B) 72.44º 0.89% 0.85% -
XYZ 43.61 59.68 10.14 -
YUV 184.04 38.25 123.69 -
System Red Green Blue C M Y K H S L
Decimal 178 218 25 0.18 0 0.89 0.15 72.44 0.79 0.48
Hex B2 DA 19 12 0 59 F 48 4F 30
Octal 262 332 31 22 0 131 17 110 117 60
Binary 10110010 11011010 11001 10010 0 1011001 1111 1001000 1001111 110000

Color Harmonies of #B2DA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA19

Black with #B2DA19

Text Example


Text Example

White with #B2DA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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