Html Css Color HEX #9BAA20 Citron

📋 copy color: '#9BAA20'

red 155 ◦ green 170 ◦ blue 32

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

Shades of Citron #9BAA20

Tints of Citron #9BAA20

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.62%

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 43.42%
G = 47.62%
B = 8.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#9BAA20 (or 0x9BAA20) is known color: Citron. HEX triplet: 9B, AA and 20. RGB value is (155,170,32). Sum of RGB (Red+Green+Blue) = 155+170+32=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA20 is #6455DF. Grayscale: #969696. Windows color (decimal): -6575584 or 2140827. OLE color: 2140827.

HSL color Cylindrical-coordinate representation of color #9BAA20: hue angle of 66.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BAA20 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 170 32 -
CMYK 0.09 0 0.81 0.33
HSL 66.52º 0.68% 0.4% -
HSV(B) 66.52º 0.81% 0.67% -
XYZ 28.15 35.82 6.8 -
YUV 149.78 61.53 131.72 -
System Red Green Blue C M Y K H S L
Decimal 155 170 32 0.09 0 0.81 0.33 66.52 0.68 0.4
Hex 9B AA 20 9 0 51 21 43 44 28
Octal 233 252 40 11 0 121 41 103 104 50
Binary 10011011 10101010 100000 1001 0 1010001 100001 1000011 1000100 101000

Color Harmonies of #9BAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAA20

Black with #9BAA20

Text Example


Text Example

White with #9BAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,170,32); }

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

background-color css

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

 a { background-color: rgb(155,170,32); }

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

border-color css

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

 span { border-color: rgb(155,170,32); }

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