Html Css Color HEX #A6B72C Bahia

📋 copy color: '#A6B72C'

red 166 ◦ green 183 ◦ blue 44

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

Shades of Bahia #A6B72C

Tints of Bahia #A6B72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.2%

R = 42.24%
G = 46.56%
B = 11.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#A6B72C (or 0xA6B72C) is known color: Bahia. HEX triplet: A6, B7 and 2C. RGB value is (166,183,44). Sum of RGB (Red+Green+Blue) = 166+183+44=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B72C is #5948D3. Grayscale: #A2A2A2. Windows color (decimal): -5851348 or 2930598. OLE color: 2930598.

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

Color convert

RGB 166 183 44 -
CMYK 0.09 0 0.76 0.28
HSL 67.34º 0.61% 0.45% -
HSV(B) 67.34º 0.76% 0.72% -
XYZ 33.11 42.16 8.77 -
YUV 162.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 166 183 44 0.09 0 0.76 0.28 67.34 0.61 0.45
Hex A6 B7 2C 9 0 4C 1C 43 3D 2D
Octal 246 267 54 11 0 114 34 103 75 55
Binary 10100110 10110111 101100 1001 0 1001100 11100 1000011 111101 101101

Color Harmonies of #A6B72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B72C

Black with #A6B72C

Text Example


Text Example

White with #A6B72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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