Html Css Color HEX #A7B222 Bahia

📋 copy color: '#A7B222'

red 167 ◦ green 178 ◦ blue 34

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

Shades of Bahia #A7B222

Tints of Bahia #A7B222

RGB

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

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

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

R = 44.06%
G = 46.97%
B = 8.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#A7B222 (or 0xA7B222) is known color: Bahia. HEX triplet: A7, B2 and 22. RGB value is (167,178,34). Sum of RGB (Red+Green+Blue) = 167+178+34=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B222 is #584DDD. Grayscale: #9E9E9E. Windows color (decimal): -5787102 or 2273959. OLE color: 2273959.

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

Color convert

RGB 167 178 34 -
CMYK 0.06 0 0.81 0.30
HSL 64.58º 0.68% 0.42% -
HSV(B) 64.58º 0.81% 0.7% -
XYZ 32.15 40.17 7.57 -
YUV 158.3 57.86 134.21 -
System Red Green Blue C M Y K H S L
Decimal 167 178 34 0.06 0 0.81 0.30 64.58 0.68 0.42
Hex A7 B2 22 6 0 51 1E 41 44 2A
Octal 247 262 42 6 0 121 36 101 104 52
Binary 10100111 10110010 100010 110 0 1010001 11110 1000001 1000100 101010

Color Harmonies of #A7B222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B222

Black with #A7B222

Text Example


Text Example

White with #A7B222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B222; }

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

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

background-color css

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

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

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

border-color css

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

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

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