Html Css Color HEX #A9B62D Bahia

📋 copy color: '#A9B62D'

red 169 ◦ green 182 ◦ blue 45

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

Shades of Bahia #A9B62D

Tints of Bahia #A9B62D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.96%

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

R = 42.68%
G = 45.96%
B = 11.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#A9B62D (or 0xA9B62D) is known color: Bahia. HEX triplet: A9, B6 and 2D. RGB value is (169,182,45). Sum of RGB (Red+Green+Blue) = 169+182+45=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B62D is #5649D2. Grayscale: #A3A3A3. Windows color (decimal): -5654995 or 2995881. OLE color: 2995881.

HSL color Cylindrical-coordinate representation of color #A9B62D: hue angle of 65.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9B62D is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 182 45 -
CMYK 0.07 0 0.75 0.29
HSL 65.69º 0.6% 0.45% -
HSV(B) 65.69º 0.75% 0.71% -
XYZ 33.56 42.08 8.84 -
YUV 162.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 169 182 45 0.07 0 0.75 0.29 65.69 0.6 0.45
Hex A9 B6 2D 7 0 4B 1D 42 3C 2D
Octal 251 266 55 7 0 113 35 102 74 55
Binary 10101001 10110110 101101 111 0 1001011 11101 1000010 111100 101101

Color Harmonies of #A9B62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B62D

Black with #A9B62D

Text Example


Text Example

White with #A9B62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B62D; }

 p { color: rgb(169,182,45); }

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

background-color css

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

 a { background-color: rgb(169,182,45); }

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

border-color css

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

 span { border-color: rgb(169,182,45); }

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