Html Css Color HEX #A7B22D Bahia

📋 copy color: '#A7B22D'

red 167 ◦ green 178 ◦ blue 45

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

Shades of Bahia #A7B22D

Tints of Bahia #A7B22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.64%

 BLUE value IS 45 (17.97% from 255) = 11.54%

R = 42.82%
G = 45.64%
B = 11.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#A7B22D (or 0xA7B22D) is known color: Bahia. HEX triplet: A7, B2 and 2D. RGB value is (167,178,45). Sum of RGB (Red+Green+Blue) = 167+178+45=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B22D is #584DD2. Grayscale: #A0A0A0. Windows color (decimal): -5787091 or 2994855. OLE color: 2994855.

HSL color Cylindrical-coordinate representation of color #A7B22D: hue angle of 64.96º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7B22D is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 178 45 -
CMYK 0.06 0 0.75 0.30
HSL 64.96º 0.6% 0.44% -
HSV(B) 64.96º 0.75% 0.7% -
XYZ 32.33 40.25 8.55 -
YUV 159.55 63.36 133.31 -
System Red Green Blue C M Y K H S L
Decimal 167 178 45 0.06 0 0.75 0.30 64.96 0.6 0.44
Hex A7 B2 2D 6 0 4B 1E 41 3C 2C
Octal 247 262 55 6 0 113 36 101 74 54
Binary 10100111 10110010 101101 110 0 1001011 11110 1000001 111100 101100

Color Harmonies of #A7B22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B22D

Black with #A7B22D

Text Example


Text Example

White with #A7B22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B22D; }

 p { color: rgb(167,178,45); }

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

background-color css

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

 a { background-color: rgb(167,178,45); }

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

border-color css

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

 span { border-color: rgb(167,178,45); }

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