Html Css Color HEX #ABBA1D Bahia

📋 copy color: '#ABBA1D'

red 171 ◦ green 186 ◦ blue 29

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

Shades of Bahia #ABBA1D

Tints of Bahia #ABBA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.51%

R = 44.3%
G = 48.19%
B = 7.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#ABBA1D (or 0xABBA1D) is known color: Bahia. HEX triplet: AB, BA and 1D. RGB value is (171,186,29). Sum of RGB (Red+Green+Blue) = 171+186+29=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA1D is #5445E2. Grayscale: #A4A4A4. Windows color (decimal): -5522915 or 1948331. OLE color: 1948331.

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

Color convert

RGB 171 186 29 -
CMYK 0.08 0 0.84 0.27
HSL 65.73º 0.73% 0.42% -
HSV(B) 65.73º 0.84% 0.73% -
XYZ 34.58 43.86 7.81 -
YUV 163.62 52.03 133.27 -
System Red Green Blue C M Y K H S L
Decimal 171 186 29 0.08 0 0.84 0.27 65.73 0.73 0.42
Hex AB BA 1D 8 0 54 1B 42 49 2A
Octal 253 272 35 10 0 124 33 102 111 52
Binary 10101011 10111010 11101 1000 0 1010100 11011 1000010 1001001 101010

Color Harmonies of #ABBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA1D

Black with #ABBA1D

Text Example


Text Example

White with #ABBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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