Html Css Color HEX #ABBA17 Bahia

📋 copy color: '#ABBA17'

red 171 ◦ green 186 ◦ blue 23

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

Shades of Bahia #ABBA17

Tints of Bahia #ABBA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.05%

R = 45%
G = 48.95%
B = 6.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#ABBA17 (or 0xABBA17) is known color: Bahia. HEX triplet: AB, BA and 17. RGB value is (171,186,23). Sum of RGB (Red+Green+Blue) = 171+186+23=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA17 is #5445E8. Grayscale: #A3A3A3. Windows color (decimal): -5522921 or 1555115. OLE color: 1555115.

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

Color convert

RGB 171 186 23 -
CMYK 0.08 0 0.88 0.27
HSL 65.52º 0.78% 0.41% -
HSV(B) 65.52º 0.88% 0.73% -
XYZ 34.51 43.84 7.45 -
YUV 162.93 49.03 133.75 -
System Red Green Blue C M Y K H S L
Decimal 171 186 23 0.08 0 0.88 0.27 65.52 0.78 0.41
Hex AB BA 17 8 0 58 1B 42 4E 29
Octal 253 272 27 10 0 130 33 102 116 51
Binary 10101011 10111010 10111 1000 0 1011000 11011 1000010 1001110 101001

Color Harmonies of #ABBA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA17

Black with #ABBA17

Text Example


Text Example

White with #ABBA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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