Html Css Color HEX #A7B121 Bahia

📋 copy color: '#A7B121'

red 167 ◦ green 177 ◦ blue 33

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

Shades of Bahia #A7B121

Tints of Bahia #A7B121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.95%

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

R = 44.3%
G = 46.95%
B = 8.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#A7B121 (or 0xA7B121) is known color: Bahia. HEX triplet: A7, B1 and 21. RGB value is (167,177,33). Sum of RGB (Red+Green+Blue) = 167+177+33=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B121 is #584EDE. Grayscale: #9E9E9E. Windows color (decimal): -5787359 or 2208167. OLE color: 2208167.

HSL color Cylindrical-coordinate representation of color #A7B121: hue angle of 64.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7B121 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 177 33 -
CMYK 0.06 0 0.81 0.31
HSL 64.17º 0.69% 0.41% -
HSV(B) 64.17º 0.81% 0.69% -
XYZ 31.93 39.77 7.43 -
YUV 157.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 167 177 33 0.06 0 0.81 0.31 64.17 0.69 0.41
Hex A7 B1 21 6 0 51 1F 40 45 29
Octal 247 261 41 6 0 121 37 100 105 51
Binary 10100111 10110001 100001 110 0 1010001 11111 1000000 1000101 101001

Color Harmonies of #A7B121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B121

Black with #A7B121

Text Example


Text Example

White with #A7B121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B121; }

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

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

background-color css

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

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

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

border-color css

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

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

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