Html Css Color HEX #B2D801 Inch Worm

📋 copy color: '#B2D801'

red 178 ◦ green 216 ◦ blue 1

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

Shades of Inch Worm #B2D801

Tints of Inch Worm #B2D801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 45.06%
G = 54.68%
B = 0.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#B2D801 (or 0xB2D801) is known color: Inch Worm. HEX triplet: B2, D8 and 01. RGB value is (178,216,1). Sum of RGB (Red+Green+Blue) = 178+216+1=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D801 is #4D27FE. Grayscale: #B4B4B4. Windows color (decimal): -5056511 or 121010. OLE color: 121010.

HSL color Cylindrical-coordinate representation of color #B2D801: hue angle of 70.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2D801 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 1 -
CMYK 0.18 0 1.00 0.15
HSL 70.6º 0.99% 0.43% -
HSV(B) 70.6º 1% 0.85% -
XYZ 42.92 58.58 9.07 -
YUV 180.13 26.91 126.48 -
System Red Green Blue C M Y K H S L
Decimal 178 216 1 0.18 0 1.00 0.15 70.6 0.99 0.43
Hex B2 D8 1 12 0 64 F 47 63 2B
Octal 262 330 1 22 0 144 17 107 143 53
Binary 10110010 11011000 1 10010 0 1100100 1111 1000111 1100011 101011

Color Harmonies of #B2D801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D801

Black with #B2D801

Text Example


Text Example

White with #B2D801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D801; }

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

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

background-color css

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

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

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

border-color css

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

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

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