Html Css Color HEX #9AB925 Bahia

📋 copy color: '#9AB925'

red 154 ◦ green 185 ◦ blue 37

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

Shades of Bahia #9AB925

Tints of Bahia #9AB925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.84%

R = 40.96%
G = 49.2%
B = 9.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#9AB925 (or 0x9AB925) is known color: Bahia. HEX triplet: 9A, B9 and 25. RGB value is (154,185,37). Sum of RGB (Red+Green+Blue) = 154+185+37=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB925 is #6546DA. Grayscale: #9F9F9F. Windows color (decimal): -6637275 or 2472346. OLE color: 2472346.

HSL color Cylindrical-coordinate representation of color #9AB925: hue angle of 72.57º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9AB925 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 37 -
CMYK 0.17 0 0.80 0.27
HSL 72.57º 0.67% 0.44% -
HSV(B) 72.57º 0.8% 0.73% -
XYZ 31.01 41.7 8.17 -
YUV 158.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 154 185 37 0.17 0 0.80 0.27 72.57 0.67 0.44
Hex 9A B9 25 11 0 50 1B 49 43 2C
Octal 232 271 45 21 0 120 33 111 103 54
Binary 10011010 10111001 100101 10001 0 1010000 11011 1001001 1000011 101100

Color Harmonies of #9AB925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB925

Black with #9AB925

Text Example


Text Example

White with #9AB925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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