#a8bf32

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

Shades of Bahia #A8BF32

Tints of Bahia #A8BF32

Color information

#A8BF32 (or 0xA8BF32) is unknown color: approx Bahia. HEX triplet: A8, BF and 32. RGB value is (168,191,50). Sum of RGB (Red+Green+Blue) = 168+191+50=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BF32 is #5740CD. Grayscale: #A8A8A8. Windows color (decimal): -5718222 or 3325864. OLE color: 3325864.

HSL color Cylindrical-coordinate representation of color #A8BF32: hue angle of 69.79º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8BF32 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB16819150-
CMYK0.1200.740.25
HSL69.79º58.51%47.25%-
HSV(B)69.79º73.82%74.9%-
XYZ35.3545.8210-
YUV168.0561.38127.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 191 (75% from 255) = 46.70%
BLUE value IS 50 (19.92% from 255) = 12.22%
R=41.08%
G=46.70%
B=12.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168191500.1200.740.2569.7958.5147.25
HexA8BF32C04A19463b2f
Octal25027762140112311067357
Binary1010100010111111110010110001001010110011000110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8bf32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8bf32; }

 p { color: rgb(168,191,50); }

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

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

 a { background-color: rgb(168,191,50); }

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

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

 span { border-color: rgb(168,191,50); }

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