Html Css Color HEX #A8B017 Bahia

📋 copy color: '#A8B017'

red 168 ◦ green 176 ◦ blue 23

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

Shades of Bahia #A8B017

Tints of Bahia #A8B017

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

 BLUE value IS 23 (9.38% from 255) = 6.27%

R = 45.78%
G = 47.96%
B = 6.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#A8B017 (or 0xA8B017) is known color: Bahia. HEX triplet: A8, B0 and 17. RGB value is (168,176,23). Sum of RGB (Red+Green+Blue) = 168+176+23=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B017 is #574FE8. Grayscale: #9C9C9C. Windows color (decimal): -5722089 or 1552552. OLE color: 1552552.

HSL color Cylindrical-coordinate representation of color #A8B017: hue angle of 63.14º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8B017 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 23 -
CMYK 0.05 0 0.87 0.31
HSL 63.14º 0.77% 0.39% -
HSV(B) 63.14º 0.87% 0.69% -
XYZ 31.83 39.44 6.75 -
YUV 156.17 52.85 136.44 -
System Red Green Blue C M Y K H S L
Decimal 168 176 23 0.05 0 0.87 0.31 63.14 0.77 0.39
Hex A8 B0 17 5 0 57 1F 3F 4D 27
Octal 250 260 27 5 0 127 37 77 115 47
Binary 10101000 10110000 10111 101 0 1010111 11111 111111 1001101 100111

Color Harmonies of #A8B017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B017

Black with #A8B017

Text Example


Text Example

White with #A8B017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B017; }

 p { color: rgb(168,176,23); }

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

background-color css

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

 a { background-color: rgb(168,176,23); }

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

border-color css

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

 span { border-color: rgb(168,176,23); }

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