Html Css Color HEX #ABBA2C Bahia

📋 copy color: '#ABBA2C'

red 171 ◦ green 186 ◦ blue 44

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

Shades of Bahia #ABBA2C

Tints of Bahia #ABBA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.97%

R = 42.64%
G = 46.38%
B = 10.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#ABBA2C (or 0xABBA2C) is known color: Bahia. HEX triplet: AB, BA and 2C. RGB value is (171,186,44). Sum of RGB (Red+Green+Blue) = 171+186+44=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA2C is #5445D3. Grayscale: #A5A5A5. Windows color (decimal): -5522900 or 2931371. OLE color: 2931371.

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

Color convert

RGB 171 186 44 -
CMYK 0.08 0 0.76 0.27
HSL 66.34º 0.62% 0.45% -
HSV(B) 66.34º 0.76% 0.73% -
XYZ 34.81 43.96 9.03 -
YUV 165.33 59.53 132.05 -
System Red Green Blue C M Y K H S L
Decimal 171 186 44 0.08 0 0.76 0.27 66.34 0.62 0.45
Hex AB BA 2C 8 0 4C 1B 42 3E 2D
Octal 253 272 54 10 0 114 33 102 76 55
Binary 10101011 10111010 101100 1000 0 1001100 11011 1000010 111110 101101

Color Harmonies of #ABBA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA2C

Black with #ABBA2C

Text Example


Text Example

White with #ABBA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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