Html Css Color HEX #A9BC25 Bahia

📋 copy color: '#A9BC25'

red 169 ◦ green 188 ◦ blue 37

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

Shades of Bahia #A9BC25

Tints of Bahia #A9BC25

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.72%

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

R = 42.89%
G = 47.72%
B = 9.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#A9BC25 (or 0xA9BC25) is known color: Bahia. HEX triplet: A9, BC and 25. RGB value is (169,188,37). Sum of RGB (Red+Green+Blue) = 169+188+37=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BC25 is #5643DA. Grayscale: #A5A5A5. Windows color (decimal): -5653467 or 2473129. OLE color: 2473129.

HSL color Cylindrical-coordinate representation of color #A9BC25: hue angle of 67.55º 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 #A9BC25 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 37 -
CMYK 0.10 0 0.80 0.26
HSL 67.55º 0.67% 0.44% -
HSV(B) 67.55º 0.8% 0.74% -
XYZ 34.68 44.54 8.52 -
YUV 165.11 55.71 130.78 -
System Red Green Blue C M Y K H S L
Decimal 169 188 37 0.10 0 0.80 0.26 67.55 0.67 0.44
Hex A9 BC 25 A 0 50 1A 44 43 2C
Octal 251 274 45 12 0 120 32 104 103 54
Binary 10101001 10111100 100101 1010 0 1010000 11010 1000100 1000011 101100

Color Harmonies of #A9BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC25

Black with #A9BC25

Text Example


Text Example

White with #A9BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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