Html Css Color HEX #A6B722 Bahia

📋 copy color: '#A6B722'

red 166 ◦ green 183 ◦ blue 34

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

Shades of Bahia #A6B722

Tints of Bahia #A6B722

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.78%

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 43.34%
G = 47.78%
B = 8.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#A6B722 (or 0xA6B722) is known color: Bahia. HEX triplet: A6, B7 and 22. RGB value is (166,183,34). Sum of RGB (Red+Green+Blue) = 166+183+34=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B722 is #5948DD. Grayscale: #A1A1A1. Windows color (decimal): -5851358 or 2275238. OLE color: 2275238.

HSL color Cylindrical-coordinate representation of color #A6B722: hue angle of 66.85º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6B722 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 34 -
CMYK 0.09 0 0.81 0.28
HSL 66.85º 0.69% 0.43% -
HSV(B) 66.85º 0.81% 0.72% -
XYZ 32.95 42.09 7.9 -
YUV 160.93 56.37 131.62 -
System Red Green Blue C M Y K H S L
Decimal 166 183 34 0.09 0 0.81 0.28 66.85 0.69 0.43
Hex A6 B7 22 9 0 51 1C 43 45 2B
Octal 246 267 42 11 0 121 34 103 105 53
Binary 10100110 10110111 100010 1001 0 1010001 11100 1000011 1000101 101011

Color Harmonies of #A6B722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B722

Black with #A6B722

Text Example


Text Example

White with #A6B722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B722; }

 p { color: rgb(166,183,34); }

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

background-color css

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

 a { background-color: rgb(166,183,34); }

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

border-color css

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

 span { border-color: rgb(166,183,34); }

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