Html Css Color HEX #A8B726 Bahia

📋 copy color: '#A8B726'

red 168 ◦ green 183 ◦ blue 38

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

Shades of Bahia #A8B726

Tints of Bahia #A8B726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.77%

R = 43.19%
G = 47.04%
B = 9.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#A8B726 (or 0xA8B726) is known color: Bahia. HEX triplet: A8, B7 and 26. RGB value is (168,183,38). Sum of RGB (Red+Green+Blue) = 168+183+38=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B726 is #5748D9. Grayscale: #A2A2A2. Windows color (decimal): -5720282 or 2537384. OLE color: 2537384.

HSL color Cylindrical-coordinate representation of color #A8B726: hue angle of 66.21º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8B726 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 38 -
CMYK 0.08 0 0.79 0.28
HSL 66.21º 0.66% 0.43% -
HSV(B) 66.21º 0.79% 0.72% -
XYZ 33.43 42.33 8.24 -
YUV 161.99 58.03 132.29 -
System Red Green Blue C M Y K H S L
Decimal 168 183 38 0.08 0 0.79 0.28 66.21 0.66 0.43
Hex A8 B7 26 8 0 4F 1C 42 42 2B
Octal 250 267 46 10 0 117 34 102 102 53
Binary 10101000 10110111 100110 1000 0 1001111 11100 1000010 1000010 101011

Color Harmonies of #A8B726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B726

Black with #A8B726

Text Example


Text Example

White with #A8B726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B726; }

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

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

background-color css

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

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

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

border-color css

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

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

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