Html Css Color HEX #ABBA14 Bahia

📋 copy color: '#ABBA14'

red 171 ◦ green 186 ◦ blue 20

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

Shades of Bahia #ABBA14

Tints of Bahia #ABBA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 45.36%
G = 49.34%
B = 5.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#ABBA14 (or 0xABBA14) is known color: Bahia. HEX triplet: AB, BA and 14. RGB value is (171,186,20). Sum of RGB (Red+Green+Blue) = 171+186+20=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA14 is #5445EB. Grayscale: #A3A3A3. Windows color (decimal): -5522924 or 1358507. OLE color: 1358507.

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

Color convert

RGB 171 186 20 -
CMYK 0.08 0 0.89 0.27
HSL 65.42º 0.81% 0.4% -
HSV(B) 65.42º 0.89% 0.73% -
XYZ 34.48 43.83 7.3 -
YUV 162.59 47.53 134 -
System Red Green Blue C M Y K H S L
Decimal 171 186 20 0.08 0 0.89 0.27 65.42 0.81 0.4
Hex AB BA 14 8 0 59 1B 41 51 28
Octal 253 272 24 10 0 131 33 101 121 50
Binary 10101011 10111010 10100 1000 0 1011001 11011 1000001 1010001 101000

Color Harmonies of #ABBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA14

Black with #ABBA14

Text Example


Text Example

White with #ABBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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