#A7BF26

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

Shades of Bahia #A7BF26

Tints of Bahia #A7BF26

Color information

#A7BF26 (or 0xA7BF26) is unknown color: approx Bahia. HEX triplet: A7, BF and 26. RGB value is (167,191,38). Sum of RGB (Red+Green+Blue) = 167+191+38=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BF26 is #5840D9. Grayscale: #A6A6A6. Windows color (decimal): -5783770 or 2539431. OLE color: 2539431.

HSL color Cylindrical-coordinate representation of color #A7BF26: hue angle of 69.41º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7BF26 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB16719138-
CMYK0.1300.800.25
HSL69.41º66.81%44.9%-
HSV(B)69.41º80.1%74.9%-
XYZ34.9245.628.8-
YUV166.3855.55128.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 38 (15.23% from 255) = 9.60%
R=42.17%
G=48.23%
B=9.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167191380.1300.800.2569.4166.8144.9
HexA7BF26D0501945432d
Octal247277461501203110510355
Binary10100111101111111001101101010100001100110001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF26; }

 p { color: rgb(167,191,38); }

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

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

 a { background-color: rgb(167,191,38); }

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

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

 span { border-color: rgb(167,191,38); }

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