Html Css Color HEX #A7B721 Bahia

📋 copy color: '#A7B721'

red 167 ◦ green 183 ◦ blue 33

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

Shades of Bahia #A7B721

Tints of Bahia #A7B721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.78%

 BLUE value IS 33 (13.28% from 255) = 8.62%

R = 43.6%
G = 47.78%
B = 8.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#A7B721 (or 0xA7B721) is known color: Bahia. HEX triplet: A7, B7 and 21. RGB value is (167,183,33). Sum of RGB (Red+Green+Blue) = 167+183+33=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B721 is #5848DE. Grayscale: #A1A1A1. Windows color (decimal): -5785823 or 2209703. OLE color: 2209703.

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

Color convert

RGB 167 183 33 -
CMYK 0.09 0 0.82 0.28
HSL 66.4º 0.69% 0.42% -
HSV(B) 66.4º 0.82% 0.72% -
XYZ 33.14 42.19 7.84 -
YUV 161.12 55.7 132.2 -
System Red Green Blue C M Y K H S L
Decimal 167 183 33 0.09 0 0.82 0.28 66.4 0.69 0.42
Hex A7 B7 21 9 0 52 1C 42 45 2A
Octal 247 267 41 11 0 122 34 102 105 52
Binary 10100111 10110111 100001 1001 0 1010010 11100 1000010 1000101 101010

Color Harmonies of #A7B721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B721

Black with #A7B721

Text Example


Text Example

White with #A7B721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B721; }

 p { color: rgb(167,183,33); }

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

background-color css

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

 a { background-color: rgb(167,183,33); }

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

border-color css

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

 span { border-color: rgb(167,183,33); }

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