Html Css Color HEX #B9DC02 Inch Worm

📋 copy color: '#B9DC02'

red 185 ◦ green 220 ◦ blue 2

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

Shades of Inch Worm #B9DC02

Tints of Inch Worm #B9DC02

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.05%

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

R = 45.45%
G = 54.05%
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

#B9DC02 (or 0xB9DC02) is known color: Inch Worm. HEX triplet: B9, DC and 02. RGB value is (185,220,2). Sum of RGB (Red+Green+Blue) = 185+220+2=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DC02 is #4623FD. Grayscale: #B9B9B9. Windows color (decimal): -4596734 or 187577. OLE color: 187577.

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

Color convert

RGB 185 220 2 -
CMYK 0.16 0 0.99 0.14
HSL 69.63º 0.98% 0.44% -
HSV(B) 69.63º 0.99% 0.86% -
XYZ 45.61 61.51 9.53 -
YUV 184.68 24.9 128.23 -
System Red Green Blue C M Y K H S L
Decimal 185 220 2 0.16 0 0.99 0.14 69.63 0.98 0.44
Hex B9 DC 2 10 0 63 E 46 62 2C
Octal 271 334 2 20 0 143 16 106 142 54
Binary 10111001 11011100 10 10000 0 1100011 1110 1000110 1100010 101100

Color Harmonies of #B9DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC02

Black with #B9DC02

Text Example


Text Example

White with #B9DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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