Html Css Color HEX #ABAE16 Bahia

📋 copy color: '#ABAE16'

red 171 ◦ green 174 ◦ blue 22

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

Shades of Bahia #ABAE16

Tints of Bahia #ABAE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 46.59%
G = 47.41%
B = 5.99%

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

#ABAE16 (or 0xABAE16) is known color: Bahia. HEX triplet: AB, AE and 16. RGB value is (171,174,22). Sum of RGB (Red+Green+Blue) = 171+174+22=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAE16 is #5451E9. Grayscale: #9C9C9C. Windows color (decimal): -5525994 or 1486507. OLE color: 1486507.

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

Color convert

RGB 171 174 22 -
CMYK 0.02 0 0.87 0.32
HSL 61.18º 0.78% 0.38% -
HSV(B) 61.18º 0.87% 0.68% -
XYZ 32.08 38.99 6.59 -
YUV 155.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 171 174 22 0.02 0 0.87 0.32 61.18 0.78 0.38
Hex AB AE 16 2 0 57 20 3D 4E 26
Octal 253 256 26 2 0 127 40 75 116 46
Binary 10101011 10101110 10110 10 0 1010111 100000 111101 1001110 100110

Color Harmonies of #ABAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE16

Black with #ABAE16

Text Example


Text Example

White with #ABAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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