Html Css Color HEX #B2D81A Inch Worm

📋 copy color: '#B2D81A'

red 178 ◦ green 216 ◦ blue 26

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

Shades of Inch Worm #B2D81A

Tints of Inch Worm #B2D81A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.43%

 BLUE value IS 26 (10.55% from 255) = 6.19%

R = 42.38%
G = 51.43%
B = 6.19%

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

#B2D81A (or 0xB2D81A) is known color: Inch Worm. HEX triplet: B2, D8 and 1A. RGB value is (178,216,26). Sum of RGB (Red+Green+Blue) = 178+216+26=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D81A is #4D27E5. Grayscale: #B7B7B7. Windows color (decimal): -5056486 or 1759410. OLE color: 1759410.

HSL color Cylindrical-coordinate representation of color #B2D81A: hue angle of 72º 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 #B2D81A is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 26 -
CMYK 0.18 0 0.88 0.15
HSL 72º 0.79% 0.47% -
HSV(B) 72º 0.88% 0.85% -
XYZ 43.1 58.65 10.03 -
YUV 182.98 39.41 124.45 -
System Red Green Blue C M Y K H S L
Decimal 178 216 26 0.18 0 0.88 0.15 72 0.79 0.47
Hex B2 D8 1A 12 0 58 F 48 4F 2F
Octal 262 330 32 22 0 130 17 110 117 57
Binary 10110010 11011000 11010 10010 0 1011000 1111 1001000 1001111 101111

Color Harmonies of #B2D81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D81A

Black with #B2D81A

Text Example


Text Example

White with #B2D81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D81A; }

 p { color: rgb(178,216,26); }

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

background-color css

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

 a { background-color: rgb(178,216,26); }

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

border-color css

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

 span { border-color: rgb(178,216,26); }

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