Html Css Color HEX #9ABD25 Bahia

📋 copy color: '#9ABD25'

red 154 ◦ green 189 ◦ blue 37

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

Shades of Bahia #9ABD25

Tints of Bahia #9ABD25

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.74%

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

R = 40.53%
G = 49.74%
B = 9.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#9ABD25 (or 0x9ABD25) is known color: Bahia. HEX triplet: 9A, BD and 25. RGB value is (154,189,37). Sum of RGB (Red+Green+Blue) = 154+189+37=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABD25 is #6542DA. Grayscale: #A1A1A1. Windows color (decimal): -6636251 or 2473370. OLE color: 2473370.

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

Color convert

RGB 154 189 37 -
CMYK 0.19 0 0.80 0.26
HSL 73.82º 0.67% 0.44% -
HSV(B) 73.82º 0.8% 0.74% -
XYZ 31.86 43.4 8.45 -
YUV 161.21 57.9 122.86 -
System Red Green Blue C M Y K H S L
Decimal 154 189 37 0.19 0 0.80 0.26 73.82 0.67 0.44
Hex 9A BD 25 13 0 50 1A 4A 43 2C
Octal 232 275 45 23 0 120 32 112 103 54
Binary 10011010 10111101 100101 10011 0 1010000 11010 1001010 1000011 101100

Color Harmonies of #9ABD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD25

Black with #9ABD25

Text Example


Text Example

White with #9ABD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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