Html Css Color HEX #A7B934 Bahia

📋 copy color: '#A7B934'

red 167 ◦ green 185 ◦ blue 52

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

Shades of Bahia #A7B934

Tints of Bahia #A7B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.79%

 BLUE value IS 52 (20.7% from 255) = 12.87%

R = 41.34%
G = 45.79%
B = 12.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#A7B934 (or 0xA7B934) is known color: Bahia. HEX triplet: A7, B9 and 34. RGB value is (167,185,52). Sum of RGB (Red+Green+Blue) = 167+185+52=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B934 is #5846CB. Grayscale: #A4A4A4. Windows color (decimal): -5785292 or 3455399. OLE color: 3455399.

HSL color Cylindrical-coordinate representation of color #A7B934: hue angle of 68.12º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7B934 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 52 -
CMYK 0.10 0 0.72 0.27
HSL 68.12º 0.56% 0.46% -
HSV(B) 68.12º 0.72% 0.73% -
XYZ 33.91 43.16 9.79 -
YUV 164.46 64.54 129.81 -
System Red Green Blue C M Y K H S L
Decimal 167 185 52 0.10 0 0.72 0.27 68.12 0.56 0.46
Hex A7 B9 34 A 0 48 1B 44 38 2E
Octal 247 271 64 12 0 110 33 104 70 56
Binary 10100111 10111001 110100 1010 0 1001000 11011 1000100 111000 101110

Color Harmonies of #A7B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B934

Black with #A7B934

Text Example


Text Example

White with #A7B934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B934; }

 p { color: rgb(167,185,52); }

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

background-color css

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

 a { background-color: rgb(167,185,52); }

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

border-color css

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

 span { border-color: rgb(167,185,52); }

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