Html Css Color HEX #ABAE17 Bahia

📋 copy color: '#ABAE17'

red 171 ◦ green 174 ◦ blue 23

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

Shades of Bahia #ABAE17

Tints of Bahia #ABAE17

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.28%

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

R = 46.47%
G = 47.28%
B = 6.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#ABAE17 (or 0xABAE17) is known color: Bahia. HEX triplet: AB, AE and 17. RGB value is (171,174,23). Sum of RGB (Red+Green+Blue) = 171+174+23=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE17 is #5451E8. Grayscale: #9C9C9C. Windows color (decimal): -5525993 or 1552043. OLE color: 1552043.

HSL color Cylindrical-coordinate representation of color #ABAE17: hue angle of 61.19º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABAE17 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 23 -
CMYK 0.02 0 0.87 0.32
HSL 61.19º 0.77% 0.39% -
HSV(B) 61.19º 0.87% 0.68% -
XYZ 32.09 38.99 6.65 -
YUV 155.89 53.01 138.78 -
System Red Green Blue C M Y K H S L
Decimal 171 174 23 0.02 0 0.87 0.32 61.19 0.77 0.39
Hex AB AE 17 2 0 57 20 3D 4D 27
Octal 253 256 27 2 0 127 40 75 115 47
Binary 10101011 10101110 10111 10 0 1010111 100000 111101 1001101 100111

Color Harmonies of #ABAE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE17

Black with #ABAE17

Text Example


Text Example

White with #ABAE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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