Html Css Color HEX #A7B71C Bahia

📋 copy color: '#A7B71C'

red 167 ◦ green 183 ◦ blue 28

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

Shades of Bahia #A7B71C

Tints of Bahia #A7B71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 44.18%
G = 48.41%
B = 7.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#A7B71C (or 0xA7B71C) is known color: Bahia. HEX triplet: A7, B7 and 1C. RGB value is (167,183,28). Sum of RGB (Red+Green+Blue) = 167+183+28=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B71C is #5848E3. Grayscale: #A1A1A1. Windows color (decimal): -5785828 or 1882023. OLE color: 1882023.

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

Color convert

RGB 167 183 28 -
CMYK 0.09 0 0.85 0.28
HSL 66.19º 0.73% 0.41% -
HSV(B) 66.19º 0.85% 0.72% -
XYZ 33.08 42.17 7.49 -
YUV 160.55 53.2 132.6 -
System Red Green Blue C M Y K H S L
Decimal 167 183 28 0.09 0 0.85 0.28 66.19 0.73 0.41
Hex A7 B7 1C 9 0 55 1C 42 49 29
Octal 247 267 34 11 0 125 34 102 111 51
Binary 10100111 10110111 11100 1001 0 1010101 11100 1000010 1001001 101001

Color Harmonies of #A7B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B71C

Black with #A7B71C

Text Example


Text Example

White with #A7B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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