Html Css Color HEX #A7B734 Bahia

📋 copy color: '#A7B734'

red 167 ◦ green 183 ◦ blue 52

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

Shades of Bahia #A7B734

Tints of Bahia #A7B734

RGB

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

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

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

R = 41.54%
G = 45.52%
B = 12.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#A7B734 (or 0xA7B734) is known color: Bahia. HEX triplet: A7, B7 and 34. RGB value is (167,183,52). Sum of RGB (Red+Green+Blue) = 167+183+52=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B734 is #5848CB. Grayscale: #A3A3A3. Windows color (decimal): -5785804 or 3454887. OLE color: 3454887.

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

Color convert

RGB 167 183 52 -
CMYK 0.09 0 0.72 0.28
HSL 67.33º 0.56% 0.46% -
HSV(B) 67.33º 0.72% 0.72% -
XYZ 33.49 42.33 9.65 -
YUV 163.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 167 183 52 0.09 0 0.72 0.28 67.33 0.56 0.46
Hex A7 B7 34 9 0 48 1C 43 38 2E
Octal 247 267 64 11 0 110 34 103 70 56
Binary 10100111 10110111 110100 1001 0 1001000 11100 1000011 111000 101110

Color Harmonies of #A7B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B734

Black with #A7B734

Text Example


Text Example

White with #A7B734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B734; }

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

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

background-color css

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

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

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

border-color css

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

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

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