Html Css Color HEX #A6B22D Bahia

📋 copy color: '#A6B22D'

red 166 ◦ green 178 ◦ blue 45

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

Shades of Bahia #A6B22D

Tints of Bahia #A6B22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.76%

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

R = 42.67%
G = 45.76%
B = 11.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#A6B22D (or 0xA6B22D) is known color: Bahia. HEX triplet: A6, B2 and 2D. RGB value is (166,178,45). Sum of RGB (Red+Green+Blue) = 166+178+45=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B22D is #594DD2. Grayscale: #9F9F9F. Windows color (decimal): -5852627 or 2994854. OLE color: 2994854.

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

Color convert

RGB 166 178 45 -
CMYK 0.07 0 0.75 0.30
HSL 65.41º 0.6% 0.44% -
HSV(B) 65.41º 0.75% 0.7% -
XYZ 32.12 40.14 8.54 -
YUV 159.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 166 178 45 0.07 0 0.75 0.30 65.41 0.6 0.44
Hex A6 B2 2D 7 0 4B 1E 41 3C 2C
Octal 246 262 55 7 0 113 36 101 74 54
Binary 10100110 10110010 101101 111 0 1001011 11110 1000001 111100 101100

Color Harmonies of #A6B22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B22D

Black with #A6B22D

Text Example


Text Example

White with #A6B22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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