Html Css Color HEX #A7B832 Bahia

📋 copy color: '#A7B832'

red 167 ◦ green 184 ◦ blue 50

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

Shades of Bahia #A7B832

Tints of Bahia #A7B832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.89%

 BLUE value IS 50 (19.92% from 255) = 12.47%

R = 41.65%
G = 45.89%
B = 12.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#A7B832 (or 0xA7B832) is known color: Bahia. HEX triplet: A7, B8 and 32. RGB value is (167,184,50). Sum of RGB (Red+Green+Blue) = 167+184+50=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B832 is #5847CD. Grayscale: #A4A4A4. Windows color (decimal): -5785550 or 3324071. OLE color: 3324071.

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

Color convert

RGB 167 184 50 -
CMYK 0.09 0 0.73 0.28
HSL 67.61º 0.57% 0.46% -
HSV(B) 67.61º 0.73% 0.72% -
XYZ 33.65 42.73 9.49 -
YUV 163.64 63.87 130.4 -
System Red Green Blue C M Y K H S L
Decimal 167 184 50 0.09 0 0.73 0.28 67.61 0.57 0.46
Hex A7 B8 32 9 0 49 1C 44 39 2E
Octal 247 270 62 11 0 111 34 104 71 56
Binary 10100111 10111000 110010 1001 0 1001001 11100 1000100 111001 101110

Color Harmonies of #A7B832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B832

Black with #A7B832

Text Example


Text Example

White with #A7B832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B832; }

 p { color: rgb(167,184,50); }

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

background-color css

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

 a { background-color: rgb(167,184,50); }

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

border-color css

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

 span { border-color: rgb(167,184,50); }

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