Html Css Color HEX #9AB625 Bahia

📋 copy color: '#9AB625'

red 154 ◦ green 182 ◦ blue 37

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

Shades of Bahia #9AB625

Tints of Bahia #9AB625

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.79%

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

R = 41.29%
G = 48.79%
B = 9.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#9AB625 (or 0x9AB625) is known color: Bahia. HEX triplet: 9A, B6 and 25. RGB value is (154,182,37). Sum of RGB (Red+Green+Blue) = 154+182+37=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB625 is #6549DA. Grayscale: #9D9D9D. Windows color (decimal): -6638043 or 2471578. OLE color: 2471578.

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

Color convert

RGB 154 182 37 -
CMYK 0.15 0 0.80 0.29
HSL 71.59º 0.66% 0.43% -
HSV(B) 71.59º 0.8% 0.71% -
XYZ 30.39 40.46 7.96 -
YUV 157.1 60.22 125.79 -
System Red Green Blue C M Y K H S L
Decimal 154 182 37 0.15 0 0.80 0.29 71.59 0.66 0.43
Hex 9A B6 25 F 0 50 1D 48 42 2B
Octal 232 266 45 17 0 120 35 110 102 53
Binary 10011010 10110110 100101 1111 0 1010000 11101 1001000 1000010 101011

Color Harmonies of #9AB625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB625

Black with #9AB625

Text Example


Text Example

White with #9AB625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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