Html Css Color HEX #A8B71D Bahia

📋 copy color: '#A8B71D'

red 168 ◦ green 183 ◦ blue 29

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

Shades of Bahia #A8B71D

Tints of Bahia #A8B71D

RGB

 RED value IS 168 (66.02% from 255) = 44.21%

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

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

R = 44.21%
G = 48.16%
B = 7.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#A8B71D (or 0xA8B71D) is known color: Bahia. HEX triplet: A8, B7 and 1D. RGB value is (168,183,29). Sum of RGB (Red+Green+Blue) = 168+183+29=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B71D is #5748E2. Grayscale: #A1A1A1. Windows color (decimal): -5720291 or 1947560. OLE color: 1947560.

HSL color Cylindrical-coordinate representation of color #A8B71D: hue angle of 65.84º 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 #A8B71D is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 29 -
CMYK 0.08 0 0.84 0.28
HSL 65.84º 0.73% 0.42% -
HSV(B) 65.84º 0.84% 0.72% -
XYZ 33.3 42.28 7.57 -
YUV 160.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 168 183 29 0.08 0 0.84 0.28 65.84 0.73 0.42
Hex A8 B7 1D 8 0 54 1C 42 49 2A
Octal 250 267 35 10 0 124 34 102 111 52
Binary 10101000 10110111 11101 1000 0 1010100 11100 1000010 1001001 101010

Color Harmonies of #A8B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B71D

Black with #A8B71D

Text Example


Text Example

White with #A8B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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