Html Css Color HEX #B2D81B Inch Worm

📋 copy color: '#B2D81B'

red 178 ◦ green 216 ◦ blue 27

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

Shades of Inch Worm #B2D81B

Tints of Inch Worm #B2D81B

RGB

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

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

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

R = 42.28%
G = 51.31%
B = 6.41%

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

#B2D81B (or 0xB2D81B) is known color: Inch Worm. HEX triplet: B2, D8 and 1B. RGB value is (178,216,27). Sum of RGB (Red+Green+Blue) = 178+216+27=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D81B is #4D27E4. Grayscale: #B7B7B7. Windows color (decimal): -5056485 or 1824946. OLE color: 1824946.

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

Color convert

RGB 178 216 27 -
CMYK 0.18 0 0.88 0.15
HSL 72.06º 0.78% 0.48% -
HSV(B) 72.06º 0.88% 0.85% -
XYZ 43.11 58.66 10.09 -
YUV 183.09 39.91 124.37 -
System Red Green Blue C M Y K H S L
Decimal 178 216 27 0.18 0 0.88 0.15 72.06 0.78 0.48
Hex B2 D8 1B 12 0 58 F 48 4E 30
Octal 262 330 33 22 0 130 17 110 116 60
Binary 10110010 11011000 11011 10010 0 1011000 1111 1001000 1001110 110000

Color Harmonies of #B2D81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D81B

Black with #B2D81B

Text Example


Text Example

White with #B2D81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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