Html Css Color HEX #B9DB02 Inch Worm

📋 copy color: '#B9DB02'

red 185 ◦ green 219 ◦ blue 2

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

Shades of Inch Worm #B9DB02

Tints of Inch Worm #B9DB02

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.94%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 45.57%
G = 53.94%
B = 0.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#B9DB02 (or 0xB9DB02) is known color: Inch Worm. HEX triplet: B9, DB and 02. RGB value is (185,219,2). Sum of RGB (Red+Green+Blue) = 185+219+2=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DB02 is #4624FD. Grayscale: #B8B8B8. Windows color (decimal): -4596990 or 187321. OLE color: 187321.

HSL color Cylindrical-coordinate representation of color #B9DB02: hue angle of 69.4º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9DB02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 219 2 -
CMYK 0.16 0 0.99 0.14
HSL 69.4º 0.98% 0.43% -
HSV(B) 69.4º 0.99% 0.86% -
XYZ 45.35 60.98 9.44 -
YUV 184.1 25.24 128.64 -
System Red Green Blue C M Y K H S L
Decimal 185 219 2 0.16 0 0.99 0.14 69.4 0.98 0.43
Hex B9 DB 2 10 0 63 E 45 62 2B
Octal 271 333 2 20 0 143 16 105 142 53
Binary 10111001 11011011 10 10000 0 1100011 1110 1000101 1100010 101011

Color Harmonies of #B9DB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB02

Black with #B9DB02

Text Example


Text Example

White with #B9DB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB02; }

 p { color: rgb(185,219,2); }

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

background-color css

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

 a { background-color: rgb(185,219,2); }

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

border-color css

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

 span { border-color: rgb(185,219,2); }

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