Html Css Color HEX #ABBA2F Bahia

📋 copy color: '#ABBA2F'

red 171 ◦ green 186 ◦ blue 47

#ABBA2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ABBA2F

Tints of Bahia #ABBA2F

RGB

 RED value IS 171 (67.19% from 255) = 42.33%

 GREEN value IS 186 (73.05% from 255) = 46.04%

 BLUE value IS 47 (18.75% from 255) = 11.63%

R = 42.33%
G = 46.04%
B = 11.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#ABBA2F (or 0xABBA2F) is known color: Bahia. HEX triplet: AB, BA and 2F. RGB value is (171,186,47). Sum of RGB (Red+Green+Blue) = 171+186+47=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA2F is #5445D0. Grayscale: #A6A6A6. Windows color (decimal): -5522897 or 3127979. OLE color: 3127979.

HSL color Cylindrical-coordinate representation of color #ABBA2F: hue angle of 66.47º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABBA2F is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 47 -
CMYK 0.08 0 0.75 0.27
HSL 66.47º 0.6% 0.46% -
HSV(B) 66.47º 0.75% 0.73% -
XYZ 34.87 43.98 9.34 -
YUV 165.67 61.03 131.8 -
System Red Green Blue C M Y K H S L
Decimal 171 186 47 0.08 0 0.75 0.27 66.47 0.6 0.46
Hex AB BA 2F 8 0 4B 1B 42 3C 2E
Octal 253 272 57 10 0 113 33 102 74 56
Binary 10101011 10111010 101111 1000 0 1001011 11011 1000010 111100 101110

Color Harmonies of #ABBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA2F

Black with #ABBA2F

Text Example


Text Example

White with #ABBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA2F; }

 p { color: rgb(171,186,47); }

 H1.HeaderClassName
 {
   color: #ABBA2F;
 }
 .AnyTagClassName
 {
   color: #ABBA2F;
 }
</style>

background-color css

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

 a { background-color: rgb(171,186,47); }

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

border-color css

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

 span { border-color: rgb(171,186,47); }

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