Html Css Color HEX #ABBA1C Bahia

📋 copy color: '#ABBA1C'

red 171 ◦ green 186 ◦ blue 28

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

Shades of Bahia #ABBA1C

Tints of Bahia #ABBA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.27%

R = 44.42%
G = 48.31%
B = 7.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#ABBA1C (or 0xABBA1C) is known color: Bahia. HEX triplet: AB, BA and 1C. RGB value is (171,186,28). Sum of RGB (Red+Green+Blue) = 171+186+28=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA1C is #5445E3. Grayscale: #A4A4A4. Windows color (decimal): -5522916 or 1882795. OLE color: 1882795.

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

Color convert

RGB 171 186 28 -
CMYK 0.08 0 0.85 0.27
HSL 65.7º 0.74% 0.42% -
HSV(B) 65.7º 0.85% 0.73% -
XYZ 34.56 43.86 7.74 -
YUV 163.5 51.53 133.35 -
System Red Green Blue C M Y K H S L
Decimal 171 186 28 0.08 0 0.85 0.27 65.7 0.74 0.42
Hex AB BA 1C 8 0 55 1B 42 4A 2A
Octal 253 272 34 10 0 125 33 102 112 52
Binary 10101011 10111010 11100 1000 0 1010101 11011 1000010 1001010 101010

Color Harmonies of #ABBA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA1C

Black with #ABBA1C

Text Example


Text Example

White with #ABBA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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