Html Css Color HEX #A5AD2B Bahia

📋 copy color: '#A5AD2B'

red 165 ◦ green 173 ◦ blue 43

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

Shades of Bahia #A5AD2B

Tints of Bahia #A5AD2B

RGB

 RED value IS 165 (64.84% from 255) = 43.31%

 GREEN value IS 173 (67.97% from 255) = 45.41%

 BLUE value IS 43 (17.19% from 255) = 11.29%

R = 43.31%
G = 45.41%
B = 11.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#A5AD2B (or 0xA5AD2B) is known color: Bahia. HEX triplet: A5, AD and 2B. RGB value is (165,173,43). Sum of RGB (Red+Green+Blue) = 165+173+43=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AD2B is #5A52D4. Grayscale: #9C9C9C. Windows color (decimal): -5919445 or 2862501. OLE color: 2862501.

HSL color Cylindrical-coordinate representation of color #A5AD2B: hue angle of 63.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5AD2B is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 43 -
CMYK 0.05 0 0.75 0.32
HSL 63.69º 0.6% 0.42% -
HSV(B) 63.69º 0.75% 0.68% -
XYZ 30.9 38.06 8 -
YUV 155.79 64.35 134.57 -
System Red Green Blue C M Y K H S L
Decimal 165 173 43 0.05 0 0.75 0.32 63.69 0.6 0.42
Hex A5 AD 2B 5 0 4B 20 40 3C 2A
Octal 245 255 53 5 0 113 40 100 74 52
Binary 10100101 10101101 101011 101 0 1001011 100000 1000000 111100 101010

Color Harmonies of #A5AD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD2B

Black with #A5AD2B

Text Example


Text Example

White with #A5AD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD2B; }

 p { color: rgb(165,173,43); }

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

background-color css

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

 a { background-color: rgb(165,173,43); }

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

border-color css

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

 span { border-color: rgb(165,173,43); }

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