Html Css Color HEX #A7BA34 Bahia

📋 copy color: '#A7BA34'

red 167 ◦ green 186 ◦ blue 52

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

Shades of Bahia #A7BA34

Tints of Bahia #A7BA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.93%

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

R = 41.23%
G = 45.93%
B = 12.84%

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

#A7BA34 (or 0xA7BA34) is known color: Bahia. HEX triplet: A7, BA and 34. RGB value is (167,186,52). Sum of RGB (Red+Green+Blue) = 167+186+52=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BA34 is #5845CB. Grayscale: #A5A5A5. Windows color (decimal): -5785036 or 3455655. OLE color: 3455655.

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

Color convert

RGB 167 186 52 -
CMYK 0.10 0 0.72 0.27
HSL 68.51º 0.56% 0.47% -
HSV(B) 68.51º 0.72% 0.73% -
XYZ 34.12 43.58 9.86 -
YUV 165.04 64.21 129.4 -
System Red Green Blue C M Y K H S L
Decimal 167 186 52 0.10 0 0.72 0.27 68.51 0.56 0.47
Hex A7 BA 34 A 0 48 1B 45 38 2F
Octal 247 272 64 12 0 110 33 105 70 57
Binary 10100111 10111010 110100 1010 0 1001000 11011 1000101 111000 101111

Color Harmonies of #A7BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA34

Black with #A7BA34

Text Example


Text Example

White with #A7BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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