Html Css Color HEX #B2D71A Inch Worm

📋 copy color: '#B2D71A'

red 178 ◦ green 215 ◦ blue 26

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

Shades of Inch Worm #B2D71A

Tints of Inch Worm #B2D71A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.31%

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

R = 42.48%
G = 51.31%
B = 6.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#B2D71A (or 0xB2D71A) is known color: Inch Worm. HEX triplet: B2, D7 and 1A. RGB value is (178,215,26). Sum of RGB (Red+Green+Blue) = 178+215+26=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D71A is #4D28E5. Grayscale: #B7B7B7. Windows color (decimal): -5056742 or 1759154. OLE color: 1759154.

HSL color Cylindrical-coordinate representation of color #B2D71A: hue angle of 71.75º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2D71A is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 215 26 -
CMYK 0.17 0 0.88 0.16
HSL 71.75º 0.78% 0.47% -
HSV(B) 71.75º 0.88% 0.84% -
XYZ 42.85 58.14 9.94 -
YUV 182.39 39.74 124.87 -
System Red Green Blue C M Y K H S L
Decimal 178 215 26 0.17 0 0.88 0.16 71.75 0.78 0.47
Hex B2 D7 1A 11 0 58 10 48 4E 2F
Octal 262 327 32 21 0 130 20 110 116 57
Binary 10110010 11010111 11010 10001 0 1011000 10000 1001000 1001110 101111

Color Harmonies of #B2D71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D71A

Black with #B2D71A

Text Example


Text Example

White with #B2D71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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