Html Css Color HEX #A8B71E Bahia

📋 copy color: '#A8B71E'

red 168 ◦ green 183 ◦ blue 30

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

Shades of Bahia #A8B71E

Tints of Bahia #A8B71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 44.09%
G = 48.03%
B = 7.87%

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

#A8B71E (or 0xA8B71E) is known color: Bahia. HEX triplet: A8, B7 and 1E. RGB value is (168,183,30). Sum of RGB (Red+Green+Blue) = 168+183+30=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B71E is #5748E1. Grayscale: #A1A1A1. Windows color (decimal): -5720290 or 2013096. OLE color: 2013096.

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

Color convert

RGB 168 183 30 -
CMYK 0.08 0 0.84 0.28
HSL 65.88º 0.72% 0.42% -
HSV(B) 65.88º 0.84% 0.72% -
XYZ 33.32 42.29 7.63 -
YUV 161.07 54.03 132.94 -
System Red Green Blue C M Y K H S L
Decimal 168 183 30 0.08 0 0.84 0.28 65.88 0.72 0.42
Hex A8 B7 1E 8 0 54 1C 42 48 2A
Octal 250 267 36 10 0 124 34 102 110 52
Binary 10101000 10110111 11110 1000 0 1010100 11100 1000010 1001000 101010

Color Harmonies of #A8B71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B71E

Black with #A8B71E

Text Example


Text Example

White with #A8B71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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