#ABB730

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

Shades of Bahia #ABB730

Tints of Bahia #ABB730

Color information

#ABB730 (or 0xABB730) is unknown color: approx Bahia. HEX triplet: AB, B7 and 30. RGB value is (171,183,48). Sum of RGB (Red+Green+Blue) = 171+183+48=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB730 is #5448CF. Grayscale: #A4A4A4. Windows color (decimal): -5523664 or 3192747. OLE color: 3192747.

HSL color Cylindrical-coordinate representation of color #ABB730: hue angle of 65.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABB730 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB17118348-
CMYK0.0700.740.28
HSL65.33º58.44%45.29%-
HSV(B)65.33º73.77%71.76%-
XYZ34.2642.749.24-
YUV164.0262.52132.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 183 (71.88% from 255) = 45.52%
BLUE value IS 48 (19.14% from 255) = 11.94%
R=42.54%
G=45.52%
B=11.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171183480.0700.740.2865.3358.4445.29
HexABB730704A1C413a2d
Octal2532676070112341017255
Binary101010111011011111000011101001010111001000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB730; }

 p { color: rgb(171,183,48); }

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

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

 a { background-color: rgb(171,183,48); }

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

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

 span { border-color: rgb(171,183,48); }

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