Html Css Color HEX #9AB720 Bahia

📋 copy color: '#9AB720'

red 154 ◦ green 183 ◦ blue 32

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

Shades of Bahia #9AB720

Tints of Bahia #9AB720

RGB

 RED value IS 154 (60.55% from 255) = 41.73%

 GREEN value IS 183 (71.88% from 255) = 49.59%

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

R = 41.73%
G = 49.59%
B = 8.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#9AB720 (or 0x9AB720) is known color: Bahia. HEX triplet: 9A, B7 and 20. RGB value is (154,183,32). Sum of RGB (Red+Green+Blue) = 154+183+32=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB720 is #6548DF. Grayscale: #9D9D9D. Windows color (decimal): -6637792 or 2144154. OLE color: 2144154.

HSL color Cylindrical-coordinate representation of color #9AB720: hue angle of 71.52º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9AB720 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 183 32 -
CMYK 0.16 0 0.83 0.28
HSL 71.52º 0.7% 0.42% -
HSV(B) 71.52º 0.83% 0.72% -
XYZ 30.52 40.84 7.64 -
YUV 157.12 57.39 125.78 -
System Red Green Blue C M Y K H S L
Decimal 154 183 32 0.16 0 0.83 0.28 71.52 0.7 0.42
Hex 9A B7 20 10 0 53 1C 48 46 2A
Octal 232 267 40 20 0 123 34 110 106 52
Binary 10011010 10110111 100000 10000 0 1010011 11100 1001000 1000110 101010

Color Harmonies of #9AB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB720

Black with #9AB720

Text Example


Text Example

White with #9AB720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,183,32); }

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

background-color css

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

 a { background-color: rgb(154,183,32); }

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

border-color css

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

 span { border-color: rgb(154,183,32); }

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