Html Css Color HEX #A7B622 Bahia

📋 copy color: '#A7B622'

red 167 ◦ green 182 ◦ blue 34

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

Shades of Bahia #A7B622

Tints of Bahia #A7B622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.52%

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 43.6%
G = 47.52%
B = 8.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#A7B622 (or 0xA7B622) is known color: Bahia. HEX triplet: A7, B6 and 22. RGB value is (167,182,34). Sum of RGB (Red+Green+Blue) = 167+182+34=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B622 is #5849DD. Grayscale: #A1A1A1. Windows color (decimal): -5786078 or 2274983. OLE color: 2274983.

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

Color convert

RGB 167 182 34 -
CMYK 0.08 0 0.81 0.29
HSL 66.08º 0.69% 0.42% -
HSV(B) 66.08º 0.81% 0.71% -
XYZ 32.95 41.79 7.84 -
YUV 160.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 167 182 34 0.08 0 0.81 0.29 66.08 0.69 0.42
Hex A7 B6 22 8 0 51 1D 42 45 2A
Octal 247 266 42 10 0 121 35 102 105 52
Binary 10100111 10110110 100010 1000 0 1010001 11101 1000010 1000101 101010

Color Harmonies of #A7B622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B622

Black with #A7B622

Text Example


Text Example

White with #A7B622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B622; }

 p { color: rgb(167,182,34); }

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

background-color css

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

 a { background-color: rgb(167,182,34); }

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

border-color css

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

 span { border-color: rgb(167,182,34); }

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