Html Css Color HEX #B9DA01 Inch Worm

📋 copy color: '#B9DA01'

red 185 ◦ green 218 ◦ blue 1

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

Shades of Inch Worm #B9DA01

Tints of Inch Worm #B9DA01

RGB

 RED value IS 185 (72.66% from 255) = 45.79%

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

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

R = 45.79%
G = 53.96%
B = 0.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#B9DA01 (or 0xB9DA01) is known color: Inch Worm. HEX triplet: B9, DA and 01. RGB value is (185,218,1). Sum of RGB (Red+Green+Blue) = 185+218+1=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DA01 is #4625FE. Grayscale: #B8B8B8. Windows color (decimal): -4597247 or 121529. OLE color: 121529.

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

Color convert

RGB 185 218 1 -
CMYK 0.15 0 1.00 0.15
HSL 69.12º 0.99% 0.43% -
HSV(B) 69.12º 1% 0.85% -
XYZ 45.08 60.46 9.32 -
YUV 183.4 25.07 129.14 -
System Red Green Blue C M Y K H S L
Decimal 185 218 1 0.15 0 1.00 0.15 69.12 0.99 0.43
Hex B9 DA 1 F 0 64 F 45 63 2B
Octal 271 332 1 17 0 144 17 105 143 53
Binary 10111001 11011010 1 1111 0 1100100 1111 1000101 1100011 101011

Color Harmonies of #B9DA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA01

Black with #B9DA01

Text Example


Text Example

White with #B9DA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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