Html Css Color HEX #9AB725 Bahia

📋 copy color: '#9AB725'

red 154 ◦ green 183 ◦ blue 37

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

Shades of Bahia #9AB725

Tints of Bahia #9AB725

RGB

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

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

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

R = 41.18%
G = 48.93%
B = 9.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#9AB725 (or 0x9AB725) is known color: Bahia. HEX triplet: 9A, B7 and 25. RGB value is (154,183,37). Sum of RGB (Red+Green+Blue) = 154+183+37=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB725 is #6548DA. Grayscale: #9E9E9E. Windows color (decimal): -6637787 or 2471834. OLE color: 2471834.

HSL color Cylindrical-coordinate representation of color #9AB725: hue angle of 71.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9AB725 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 183 37 -
CMYK 0.16 0 0.80 0.28
HSL 71.92º 0.66% 0.43% -
HSV(B) 71.92º 0.8% 0.72% -
XYZ 30.59 40.87 8.03 -
YUV 157.69 59.89 125.37 -
System Red Green Blue C M Y K H S L
Decimal 154 183 37 0.16 0 0.80 0.28 71.92 0.66 0.43
Hex 9A B7 25 10 0 50 1C 48 42 2B
Octal 232 267 45 20 0 120 34 110 102 53
Binary 10011010 10110111 100101 10000 0 1010000 11100 1001000 1000010 101011

Color Harmonies of #9AB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB725

Black with #9AB725

Text Example


Text Example

White with #9AB725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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