Html Css Color HEX #A7B52C Bahia

📋 copy color: '#A7B52C'

red 167 ◦ green 181 ◦ blue 44

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

Shades of Bahia #A7B52C

Tints of Bahia #A7B52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.22%

R = 42.6%
G = 46.17%
B = 11.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#A7B52C (or 0xA7B52C) is known color: Bahia. HEX triplet: A7, B5 and 2C. RGB value is (167,181,44). Sum of RGB (Red+Green+Blue) = 167+181+44=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B52C is #584AD3. Grayscale: #A1A1A1. Windows color (decimal): -5786324 or 2930087. OLE color: 2930087.

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

Color convert

RGB 167 181 44 -
CMYK 0.08 0 0.76 0.29
HSL 66.13º 0.61% 0.44% -
HSV(B) 66.13º 0.76% 0.71% -
XYZ 32.91 41.45 8.65 -
YUV 161.2 61.86 132.14 -
System Red Green Blue C M Y K H S L
Decimal 167 181 44 0.08 0 0.76 0.29 66.13 0.61 0.44
Hex A7 B5 2C 8 0 4C 1D 42 3D 2C
Octal 247 265 54 10 0 114 35 102 75 54
Binary 10100111 10110101 101100 1000 0 1001100 11101 1000010 111101 101100

Color Harmonies of #A7B52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B52C

Black with #A7B52C

Text Example


Text Example

White with #A7B52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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