Html Css Color HEX #9AB523 Bahia

📋 copy color: '#9AB523'

red 154 ◦ green 181 ◦ blue 35

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

Shades of Bahia #9AB523

Tints of Bahia #9AB523

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.92%

 BLUE value IS 35 (14.06% from 255) = 9.46%

R = 41.62%
G = 48.92%
B = 9.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#9AB523 (or 0x9AB523) is known color: Bahia. HEX triplet: 9A, B5 and 23. RGB value is (154,181,35). Sum of RGB (Red+Green+Blue) = 154+181+35=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB523 is #654ADC. Grayscale: #9C9C9C. Windows color (decimal): -6638301 or 2340250. OLE color: 2340250.

HSL color Cylindrical-coordinate representation of color #9AB523: hue angle of 71.1º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9AB523 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 181 35 -
CMYK 0.15 0 0.81 0.29
HSL 71.1º 0.68% 0.42% -
HSV(B) 71.1º 0.81% 0.71% -
XYZ 30.15 40.04 7.73 -
YUV 156.28 59.55 126.37 -
System Red Green Blue C M Y K H S L
Decimal 154 181 35 0.15 0 0.81 0.29 71.1 0.68 0.42
Hex 9A B5 23 F 0 51 1D 47 44 2A
Octal 232 265 43 17 0 121 35 107 104 52
Binary 10011010 10110101 100011 1111 0 1010001 11101 1000111 1000100 101010

Color Harmonies of #9AB523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB523

Black with #9AB523

Text Example


Text Example

White with #9AB523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,181,35); }

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

background-color css

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

 a { background-color: rgb(154,181,35); }

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

border-color css

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

 span { border-color: rgb(154,181,35); }

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