#ABBF30

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

Shades of Bahia #ABBF30

Tints of Bahia #ABBF30

Color information

#ABBF30 (or 0xABBF30) is unknown color: approx Bahia. HEX triplet: AB, BF and 30. RGB value is (171,191,48). Sum of RGB (Red+Green+Blue) = 171+191+48=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF30 is #5440CF. Grayscale: #A9A9A9. Windows color (decimal): -5521616 or 3194795. OLE color: 3194795.

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

Color convert

RGB17119148-
CMYK0.1000.750.25
HSL68.39º59.83%46.86%-
HSV(B)68.39º74.87%74.9%-
XYZ35.9646.139.81-
YUV168.7259.87129.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 48 (19.14% from 255) = 11.71%
R=41.71%
G=46.59%
B=11.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171191480.1000.750.2568.3959.8346.86
HexABBF30A04B19443c2f
Octal25327760120113311047457
Binary1010101110111111110000101001001011110011000100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF30; }

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

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

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

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

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

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

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

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