Html Css Color HEX #A7B71D Bahia

📋 copy color: '#A7B71D'

red 167 ◦ green 183 ◦ blue 29

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

Shades of Bahia #A7B71D

Tints of Bahia #A7B71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 44.06%
G = 48.28%
B = 7.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#A7B71D (or 0xA7B71D) is known color: Bahia. HEX triplet: A7, B7 and 1D. RGB value is (167,183,29). Sum of RGB (Red+Green+Blue) = 167+183+29=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B71D is #5848E2. Grayscale: #A1A1A1. Windows color (decimal): -5785827 or 1947559. OLE color: 1947559.

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

Color convert

RGB 167 183 29 -
CMYK 0.09 0 0.84 0.28
HSL 66.23º 0.73% 0.42% -
HSV(B) 66.23º 0.84% 0.72% -
XYZ 33.09 42.17 7.56 -
YUV 160.66 53.7 132.52 -
System Red Green Blue C M Y K H S L
Decimal 167 183 29 0.09 0 0.84 0.28 66.23 0.73 0.42
Hex A7 B7 1D 9 0 54 1C 42 49 2A
Octal 247 267 35 11 0 124 34 102 111 52
Binary 10100111 10110111 11101 1001 0 1010100 11100 1000010 1001001 101010

Color Harmonies of #A7B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B71D

Black with #A7B71D

Text Example


Text Example

White with #A7B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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