Html Css Color HEX #B2D71B Inch Worm

📋 copy color: '#B2D71B'

red 178 ◦ green 215 ◦ blue 27

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

Shades of Inch Worm #B2D71B

Tints of Inch Worm #B2D71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.43%

R = 42.38%
G = 51.19%
B = 6.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#B2D71B (or 0xB2D71B) is known color: Inch Worm. HEX triplet: B2, D7 and 1B. RGB value is (178,215,27). Sum of RGB (Red+Green+Blue) = 178+215+27=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D71B is #4D28E4. Grayscale: #B7B7B7. Windows color (decimal): -5056741 or 1824690. OLE color: 1824690.

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

Color convert

RGB 178 215 27 -
CMYK 0.17 0 0.87 0.16
HSL 71.81º 0.78% 0.47% -
HSV(B) 71.81º 0.87% 0.84% -
XYZ 42.86 58.14 10 -
YUV 182.51 40.24 124.79 -
System Red Green Blue C M Y K H S L
Decimal 178 215 27 0.17 0 0.87 0.16 71.81 0.78 0.47
Hex B2 D7 1B 11 0 57 10 48 4E 2F
Octal 262 327 33 21 0 127 20 110 116 57
Binary 10110010 11010111 11011 10001 0 1010111 10000 1001000 1001110 101111

Color Harmonies of #B2D71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D71B

Black with #B2D71B

Text Example


Text Example

White with #B2D71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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