Html Css Color HEX #B9D60A Inch Worm

📋 copy color: '#B9D60A'

red 185 ◦ green 214 ◦ blue 10

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

Shades of Inch Worm #B9D60A

Tints of Inch Worm #B9D60A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.32%

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 45.23%
G = 52.32%
B = 2.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#B9D60A (or 0xB9D60A) is known color: Inch Worm. HEX triplet: B9, D6 and 0A. RGB value is (185,214,10). Sum of RGB (Red+Green+Blue) = 185+214+10=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D60A is #4629F5. Grayscale: #B6B6B6. Windows color (decimal): -4598262 or 710329. OLE color: 710329.

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

Color convert

RGB 185 214 10 -
CMYK 0.14 0 0.95 0.16
HSL 68.53º 0.91% 0.44% -
HSV(B) 68.53º 0.95% 0.84% -
XYZ 44.11 58.43 9.24 -
YUV 182.07 30.89 130.09 -
System Red Green Blue C M Y K H S L
Decimal 185 214 10 0.14 0 0.95 0.16 68.53 0.91 0.44
Hex B9 D6 A E 0 5F 10 45 5B 2C
Octal 271 326 12 16 0 137 20 105 133 54
Binary 10111001 11010110 1010 1110 0 1011111 10000 1000101 1011011 101100

Color Harmonies of #B9D60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D60A

Black with #B9D60A

Text Example


Text Example

White with #B9D60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D60A; }

 p { color: rgb(185,214,10); }

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

background-color css

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

 a { background-color: rgb(185,214,10); }

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

border-color css

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

 span { border-color: rgb(185,214,10); }

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