Html Css Color HEX #9AB923 Bahia

📋 copy color: '#9AB923'

red 154 ◦ green 185 ◦ blue 35

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

Shades of Bahia #9AB923

Tints of Bahia #9AB923

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.47%

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

R = 41.18%
G = 49.47%
B = 9.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#9AB923 (or 0x9AB923) is known color: Bahia. HEX triplet: 9A, B9 and 23. RGB value is (154,185,35). Sum of RGB (Red+Green+Blue) = 154+185+35=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB923 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB923 is #6546DC. Grayscale: #9F9F9F. Windows color (decimal): -6637277 or 2341274. OLE color: 2341274.

HSL color Cylindrical-coordinate representation of color #9AB923: hue angle of 72.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9AB923 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 35 -
CMYK 0.17 0 0.81 0.27
HSL 72.4º 0.68% 0.43% -
HSV(B) 72.4º 0.81% 0.73% -
XYZ 30.98 41.69 8 -
YUV 158.63 58.23 124.7 -
System Red Green Blue C M Y K H S L
Decimal 154 185 35 0.17 0 0.81 0.27 72.4 0.68 0.43
Hex 9A B9 23 11 0 51 1B 48 44 2B
Octal 232 271 43 21 0 121 33 110 104 53
Binary 10011010 10111001 100011 10001 0 1010001 11011 1001000 1000100 101011

Color Harmonies of #9AB923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB923

Black with #9AB923

Text Example


Text Example

White with #9AB923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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