Html Css Color HEX #A7B334 Bahia

📋 copy color: '#A7B334'

red 167 ◦ green 179 ◦ blue 52

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

Shades of Bahia #A7B334

Tints of Bahia #A7B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.97%

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

R = 41.96%
G = 44.97%
B = 13.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#A7B334 (or 0xA7B334) is known color: Bahia. HEX triplet: A7, B3 and 34. RGB value is (167,179,52). Sum of RGB (Red+Green+Blue) = 167+179+52=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B334 is #584CCB. Grayscale: #A1A1A1. Windows color (decimal): -5786828 or 3453863. OLE color: 3453863.

HSL color Cylindrical-coordinate representation of color #A7B334: hue angle of 65.67º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7B334 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 52 -
CMYK 0.07 0 0.71 0.30
HSL 65.67º 0.55% 0.45% -
HSV(B) 65.67º 0.71% 0.7% -
XYZ 32.68 40.7 9.38 -
YUV 160.93 66.52 132.33 -
System Red Green Blue C M Y K H S L
Decimal 167 179 52 0.07 0 0.71 0.30 65.67 0.55 0.45
Hex A7 B3 34 7 0 47 1E 42 37 2D
Octal 247 263 64 7 0 107 36 102 67 55
Binary 10100111 10110011 110100 111 0 1000111 11110 1000010 110111 101101

Color Harmonies of #A7B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B334

Black with #A7B334

Text Example


Text Example

White with #A7B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B334; }

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

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

background-color css

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

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

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

border-color css

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

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

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