Html Css Color HEX #9BA016 Citron

📋 copy color: '#9BA016'

red 155 ◦ green 160 ◦ blue 22

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

Shades of Citron #9BA016

Tints of Citron #9BA016

RGB

 RED value IS 155 (60.94% from 255) = 45.99%

 GREEN value IS 160 (62.89% from 255) = 47.48%

 BLUE value IS 22 (8.98% from 255) = 6.53%

R = 45.99%
G = 47.48%
B = 6.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#9BA016 (or 0x9BA016) is known color: Citron. HEX triplet: 9B, A0 and 16. RGB value is (155,160,22). Sum of RGB (Red+Green+Blue) = 155+160+22=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA016 is #645FE9. Grayscale: #8F8F8F. Windows color (decimal): -6578154 or 1482907. OLE color: 1482907.

HSL color Cylindrical-coordinate representation of color #9BA016: hue angle of 62.17º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BA016 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 22 -
CMYK 0.03 0 0.86 0.37
HSL 62.17º 0.76% 0.36% -
HSV(B) 62.17º 0.86% 0.63% -
XYZ 26.23 32.17 5.59 -
YUV 142.77 59.84 136.72 -
System Red Green Blue C M Y K H S L
Decimal 155 160 22 0.03 0 0.86 0.37 62.17 0.76 0.36
Hex 9B A0 16 3 0 56 25 3E 4C 24
Octal 233 240 26 3 0 126 45 76 114 44
Binary 10011011 10100000 10110 11 0 1010110 100101 111110 1001100 100100

Color Harmonies of #9BA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA016

Black with #9BA016

Text Example


Text Example

White with #9BA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA016; }

 p { color: rgb(155,160,22); }

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

background-color css

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

 a { background-color: rgb(155,160,22); }

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

border-color css

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

 span { border-color: rgb(155,160,22); }

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