Html Css Color HEX #A9B334 Bahia

📋 copy color: '#A9B334'

red 169 ◦ green 179 ◦ blue 52

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

Shades of Bahia #A9B334

Tints of Bahia #A9B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.75%

 BLUE value IS 52 (20.7% from 255) = 13%

R = 42.25%
G = 44.75%
B = 13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#A9B334 (or 0xA9B334) is known color: Bahia. HEX triplet: A9, B3 and 34. RGB value is (169,179,52). Sum of RGB (Red+Green+Blue) = 169+179+52=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B334 is #564CCB. Grayscale: #A2A2A2. Windows color (decimal): -5655756 or 3453865. OLE color: 3453865.

HSL color Cylindrical-coordinate representation of color #A9B334: hue angle of 64.72º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9B334 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 179 52 -
CMYK 0.06 0 0.71 0.30
HSL 64.72º 0.55% 0.45% -
HSV(B) 64.72º 0.71% 0.7% -
XYZ 33.1 40.92 9.4 -
YUV 161.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 169 179 52 0.06 0 0.71 0.30 64.72 0.55 0.45
Hex A9 B3 34 6 0 47 1E 41 37 2D
Octal 251 263 64 6 0 107 36 101 67 55
Binary 10101001 10110011 110100 110 0 1000111 11110 1000001 110111 101101

Color Harmonies of #A9B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B334

Black with #A9B334

Text Example


Text Example

White with #A9B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B334; }

 p { color: rgb(169,179,52); }

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

background-color css

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

 a { background-color: rgb(169,179,52); }

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

border-color css

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

 span { border-color: rgb(169,179,52); }

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