Html Css Color HEX #A6B52D Bahia

📋 copy color: '#A6B52D'

red 166 ◦ green 181 ◦ blue 45

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

Shades of Bahia #A6B52D

Tints of Bahia #A6B52D

RGB

 RED value IS 166 (65.23% from 255) = 42.35%

 GREEN value IS 181 (71.09% from 255) = 46.17%

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

R = 42.35%
G = 46.17%
B = 11.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#A6B52D (or 0xA6B52D) is known color: Bahia. HEX triplet: A6, B5 and 2D. RGB value is (166,181,45). Sum of RGB (Red+Green+Blue) = 166+181+45=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B52D is #594AD2. Grayscale: #A1A1A1. Windows color (decimal): -5851859 or 2995622. OLE color: 2995622.

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

Color convert

RGB 166 181 45 -
CMYK 0.08 0 0.75 0.29
HSL 66.62º 0.6% 0.44% -
HSV(B) 66.62º 0.75% 0.71% -
XYZ 32.72 41.34 8.74 -
YUV 161.01 62.53 131.56 -
System Red Green Blue C M Y K H S L
Decimal 166 181 45 0.08 0 0.75 0.29 66.62 0.6 0.44
Hex A6 B5 2D 8 0 4B 1D 43 3C 2C
Octal 246 265 55 10 0 113 35 103 74 54
Binary 10100110 10110101 101101 1000 0 1001011 11101 1000011 111100 101100

Color Harmonies of #A6B52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B52D

Black with #A6B52D

Text Example


Text Example

White with #A6B52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B52D; }

 p { color: rgb(166,181,45); }

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

background-color css

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

 a { background-color: rgb(166,181,45); }

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

border-color css

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

 span { border-color: rgb(166,181,45); }

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