Html Css Color HEX #A5B12D Bahia

📋 copy color: '#A5B12D'

red 165 ◦ green 177 ◦ blue 45

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

Shades of Bahia #A5B12D

Tints of Bahia #A5B12D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.74%

 BLUE value IS 45 (17.97% from 255) = 11.63%

R = 42.64%
G = 45.74%
B = 11.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#A5B12D (or 0xA5B12D) is known color: Bahia. HEX triplet: A5, B1 and 2D. RGB value is (165,177,45). Sum of RGB (Red+Green+Blue) = 165+177+45=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B12D is #5A4ED2. Grayscale: #9E9E9E. Windows color (decimal): -5918419 or 2994597. OLE color: 2994597.

HSL color Cylindrical-coordinate representation of color #A5B12D: hue angle of 65.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5B12D is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 45 -
CMYK 0.07 0 0.75 0.31
HSL 65.45º 0.59% 0.44% -
HSV(B) 65.45º 0.75% 0.69% -
XYZ 31.71 39.63 8.46 -
YUV 158.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 165 177 45 0.07 0 0.75 0.31 65.45 0.59 0.44
Hex A5 B1 2D 7 0 4B 1F 41 3B 2C
Octal 245 261 55 7 0 113 37 101 73 54
Binary 10100101 10110001 101101 111 0 1001011 11111 1000001 111011 101100

Color Harmonies of #A5B12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B12D

Black with #A5B12D

Text Example


Text Example

White with #A5B12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B12D; }

 p { color: rgb(165,177,45); }

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

background-color css

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

 a { background-color: rgb(165,177,45); }

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

border-color css

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

 span { border-color: rgb(165,177,45); }

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