Html Css Color HEX #A9BF25 Bahia

📋 copy color: '#A9BF25'

red 169 ◦ green 191 ◦ blue 37

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

Shades of Bahia #A9BF25

Tints of Bahia #A9BF25

RGB

 RED value IS 169 (66.41% from 255) = 42.57%

 GREEN value IS 191 (75% from 255) = 48.11%

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

R = 42.57%
G = 48.11%
B = 9.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#A9BF25 (or 0xA9BF25) is known color: Bahia. HEX triplet: A9, BF and 25. RGB value is (169,191,37). Sum of RGB (Red+Green+Blue) = 169+191+37=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BF25 is #5640DA. Grayscale: #A7A7A7. Windows color (decimal): -5652699 or 2473897. OLE color: 2473897.

HSL color Cylindrical-coordinate representation of color #A9BF25: hue angle of 68.57º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9BF25 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 191 37 -
CMYK 0.12 0 0.81 0.25
HSL 68.57º 0.68% 0.45% -
HSV(B) 68.57º 0.81% 0.75% -
XYZ 35.33 45.83 8.73 -
YUV 166.87 54.71 129.52 -
System Red Green Blue C M Y K H S L
Decimal 169 191 37 0.12 0 0.81 0.25 68.57 0.68 0.45
Hex A9 BF 25 C 0 51 19 45 44 2D
Octal 251 277 45 14 0 121 31 105 104 55
Binary 10101001 10111111 100101 1100 0 1010001 11001 1000101 1000100 101101

Color Harmonies of #A9BF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BF25

Black with #A9BF25

Text Example


Text Example

White with #A9BF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BF25; }

 p { color: rgb(169,191,37); }

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

background-color css

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

 a { background-color: rgb(169,191,37); }

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

border-color css

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

 span { border-color: rgb(169,191,37); }

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