Html Css Color HEX #A7B527 Bahia

📋 copy color: '#A7B527'

red 167 ◦ green 181 ◦ blue 39

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

Shades of Bahia #A7B527

Tints of Bahia #A7B527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.77%

 BLUE value IS 39 (15.63% from 255) = 10.08%

R = 43.15%
G = 46.77%
B = 10.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#A7B527 (or 0xA7B527) is known color: Bahia. HEX triplet: A7, B5 and 27. RGB value is (167,181,39). Sum of RGB (Red+Green+Blue) = 167+181+39=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B527 is #584AD8. Grayscale: #A1A1A1. Windows color (decimal): -5786329 or 2602407. OLE color: 2602407.

HSL color Cylindrical-coordinate representation of color #A7B527: hue angle of 65.92º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7B527 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 181 39 -
CMYK 0.08 0 0.78 0.29
HSL 65.92º 0.65% 0.43% -
HSV(B) 65.92º 0.78% 0.71% -
XYZ 32.83 41.41 8.18 -
YUV 160.63 59.36 132.55 -
System Red Green Blue C M Y K H S L
Decimal 167 181 39 0.08 0 0.78 0.29 65.92 0.65 0.43
Hex A7 B5 27 8 0 4E 1D 42 41 2B
Octal 247 265 47 10 0 116 35 102 101 53
Binary 10100111 10110101 100111 1000 0 1001110 11101 1000010 1000001 101011

Color Harmonies of #A7B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B527

Black with #A7B527

Text Example


Text Example

White with #A7B527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B527; }

 p { color: rgb(167,181,39); }

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

background-color css

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

 a { background-color: rgb(167,181,39); }

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

border-color css

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

 span { border-color: rgb(167,181,39); }

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