Html Css Color HEX #A7B82A Bahia

📋 copy color: '#A7B82A'

red 167 ◦ green 184 ◦ blue 42

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

Shades of Bahia #A7B82A

Tints of Bahia #A7B82A

RGB

 RED value IS 167 (65.63% from 255) = 42.49%

 GREEN value IS 184 (72.27% from 255) = 46.82%

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 42.49%
G = 46.82%
B = 10.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#A7B82A (or 0xA7B82A) is known color: Bahia. HEX triplet: A7, B8 and 2A. RGB value is (167,184,42). Sum of RGB (Red+Green+Blue) = 167+184+42=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B82A is #5847D5. Grayscale: #A3A3A3. Windows color (decimal): -5785558 or 2799783. OLE color: 2799783.

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

Color convert

RGB 167 184 42 -
CMYK 0.09 0 0.77 0.28
HSL 67.18º 0.63% 0.44% -
HSV(B) 67.18º 0.77% 0.72% -
XYZ 33.49 42.66 8.66 -
YUV 162.73 59.87 131.05 -
System Red Green Blue C M Y K H S L
Decimal 167 184 42 0.09 0 0.77 0.28 67.18 0.63 0.44
Hex A7 B8 2A 9 0 4D 1C 43 3F 2C
Octal 247 270 52 11 0 115 34 103 77 54
Binary 10100111 10111000 101010 1001 0 1001101 11100 1000011 111111 101100

Color Harmonies of #A7B82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B82A

Black with #A7B82A

Text Example


Text Example

White with #A7B82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B82A; }

 p { color: rgb(167,184,42); }

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

background-color css

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

 a { background-color: rgb(167,184,42); }

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

border-color css

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

 span { border-color: rgb(167,184,42); }

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