Html Css Color HEX #B2D919 Inch Worm

📋 copy color: '#B2D919'

red 178 ◦ green 217 ◦ blue 25

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

Shades of Inch Worm #B2D919

Tints of Inch Worm #B2D919

RGB

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

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

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

R = 42.38%
G = 51.67%
B = 5.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#B2D919 (or 0xB2D919) is known color: Inch Worm. HEX triplet: B2, D9 and 19. RGB value is (178,217,25). Sum of RGB (Red+Green+Blue) = 178+217+25=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D919 is #4D26E6. Grayscale: #B8B8B8. Windows color (decimal): -5056231 or 1694130. OLE color: 1694130.

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

Color convert

RGB 178 217 25 -
CMYK 0.18 0 0.88 0.15
HSL 72.19º 0.79% 0.47% -
HSV(B) 72.19º 0.88% 0.85% -
XYZ 43.35 59.16 10.05 -
YUV 183.45 38.58 124.11 -
System Red Green Blue C M Y K H S L
Decimal 178 217 25 0.18 0 0.88 0.15 72.19 0.79 0.47
Hex B2 D9 19 12 0 58 F 48 4F 2F
Octal 262 331 31 22 0 130 17 110 117 57
Binary 10110010 11011001 11001 10010 0 1011000 1111 1001000 1001111 101111

Color Harmonies of #B2D919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D919

Black with #B2D919

Text Example


Text Example

White with #B2D919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D919; }

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

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

background-color css

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

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

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

border-color css

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

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

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