Html Css Color HEX #A6B72E Bahia

📋 copy color: '#A6B72E'

red 166 ◦ green 183 ◦ blue 46

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

Shades of Bahia #A6B72E

Tints of Bahia #A6B72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 42.03%
G = 46.33%
B = 11.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#A6B72E (or 0xA6B72E) is known color: Bahia. HEX triplet: A6, B7 and 2E. RGB value is (166,183,46). Sum of RGB (Red+Green+Blue) = 166+183+46=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B72E is #5948D1. Grayscale: #A2A2A2. Windows color (decimal): -5851346 or 3061670. OLE color: 3061670.

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

Color convert

RGB 166 183 46 -
CMYK 0.09 0 0.75 0.28
HSL 67.45º 0.6% 0.45% -
HSV(B) 67.45º 0.75% 0.72% -
XYZ 33.15 42.17 8.98 -
YUV 162.3 62.37 130.64 -
System Red Green Blue C M Y K H S L
Decimal 166 183 46 0.09 0 0.75 0.28 67.45 0.6 0.45
Hex A6 B7 2E 9 0 4B 1C 43 3C 2D
Octal 246 267 56 11 0 113 34 103 74 55
Binary 10100110 10110111 101110 1001 0 1001011 11100 1000011 111100 101101

Color Harmonies of #A6B72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B72E

Black with #A6B72E

Text Example


Text Example

White with #A6B72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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