#A8B926

Color #A8B926 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A8B926

Tints of Bahia #A8B926

Color information

#A8B926 (or 0xA8B926) is unknown color: approx Bahia. HEX triplet: A8, B9 and 26. RGB value is (168,185,38). Sum of RGB (Red+Green+Blue) = 168+185+38=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B926 is #5746D9. Grayscale: #A3A3A3. Windows color (decimal): -5719770 or 2537896. OLE color: 2537896.

HSL color Cylindrical-coordinate representation of color #A8B926: hue angle of 66.94º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8B926 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB16818538-
CMYK0.0900.790.27
HSL66.94º65.92%43.73%-
HSV(B)66.94º79.46%72.55%-
XYZ33.8543.168.38-
YUV163.1657.37131.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 38 (15.23% from 255) = 9.72%
R=42.97%
G=47.31%
B=9.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168185380.0900.790.2766.9465.9243.73
HexA8B926904F1B43422c
Octal250271461101173310310254
Binary10101000101110011001101001010011111101110000111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B926; }

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

 H1.HeaderClassName
 {
   color: #A8B926;
 }
 .AnyTagClassName
 {
   color: #A8B926;
 }
</style>
background-color css

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

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

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

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

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

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