Html Css Color HEX #ABAF1D Bahia

📋 copy color: '#ABAF1D'

red 171 ◦ green 175 ◦ blue 29

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

Shades of Bahia #ABAF1D

Tints of Bahia #ABAF1D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.67%

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

R = 45.6%
G = 46.67%
B = 7.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#ABAF1D (or 0xABAF1D) is known color: Bahia. HEX triplet: AB, AF and 1D. RGB value is (171,175,29). Sum of RGB (Red+Green+Blue) = 171+175+29=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF1D is #5450E2. Grayscale: #9D9D9D. Windows color (decimal): -5525731 or 1945515. OLE color: 1945515.

HSL color Cylindrical-coordinate representation of color #ABAF1D: hue angle of 61.64º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABAF1D is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 29 -
CMYK 0.02 0 0.83 0.31
HSL 61.64º 0.72% 0.4% -
HSV(B) 61.64º 0.83% 0.69% -
XYZ 32.35 39.41 7.06 -
YUV 157.16 55.67 137.87 -
System Red Green Blue C M Y K H S L
Decimal 171 175 29 0.02 0 0.83 0.31 61.64 0.72 0.4
Hex AB AF 1D 2 0 53 1F 3E 48 28
Octal 253 257 35 2 0 123 37 76 110 50
Binary 10101011 10101111 11101 10 0 1010011 11111 111110 1001000 101000

Color Harmonies of #ABAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF1D

Black with #ABAF1D

Text Example


Text Example

White with #ABAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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