Html Css Color HEX #B2DA01 Inch Worm

📋 copy color: '#B2DA01'

red 178 ◦ green 218 ◦ blue 1

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

Shades of Inch Worm #B2DA01

Tints of Inch Worm #B2DA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.91%

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

R = 44.84%
G = 54.91%
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

#B2DA01 (or 0xB2DA01) is known color: Inch Worm. HEX triplet: B2, DA and 01. RGB value is (178,218,1). Sum of RGB (Red+Green+Blue) = 178+218+1=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA01 is #4D25FE. Grayscale: #B6B6B6. Windows color (decimal): -5055999 or 121522. OLE color: 121522.

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

Color convert

RGB 178 218 1 -
CMYK 0.18 0 1.00 0.15
HSL 71.06º 0.99% 0.43% -
HSV(B) 71.06º 1% 0.85% -
XYZ 43.44 59.61 9.25 -
YUV 181.3 26.25 125.64 -
System Red Green Blue C M Y K H S L
Decimal 178 218 1 0.18 0 1.00 0.15 71.06 0.99 0.43
Hex B2 DA 1 12 0 64 F 47 63 2B
Octal 262 332 1 22 0 144 17 107 143 53
Binary 10110010 11011010 1 10010 0 1100100 1111 1000111 1100011 101011

Color Harmonies of #B2DA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA01

Black with #B2DA01

Text Example


Text Example

White with #B2DA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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