Html Css Color HEX #ABB529 Bahia

📋 copy color: '#ABB529'

red 171 ◦ green 181 ◦ blue 41

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

Shades of Bahia #ABB529

Tints of Bahia #ABB529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.06%

 BLUE value IS 41 (16.41% from 255) = 10.43%

R = 43.51%
G = 46.06%
B = 10.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#ABB529 (or 0xABB529) is known color: Bahia. HEX triplet: AB, B5 and 29. RGB value is (171,181,41). Sum of RGB (Red+Green+Blue) = 171+181+41=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB529 is #544AD6. Grayscale: #A2A2A2. Windows color (decimal): -5524183 or 2733483. OLE color: 2733483.

HSL color Cylindrical-coordinate representation of color #ABB529: hue angle of 64.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABB529 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 181 41 -
CMYK 0.06 0 0.77 0.29
HSL 64.29º 0.63% 0.44% -
HSV(B) 64.29º 0.77% 0.71% -
XYZ 33.72 41.87 8.4 -
YUV 162.05 59.69 134.38 -
System Red Green Blue C M Y K H S L
Decimal 171 181 41 0.06 0 0.77 0.29 64.29 0.63 0.44
Hex AB B5 29 6 0 4D 1D 40 3F 2C
Octal 253 265 51 6 0 115 35 100 77 54
Binary 10101011 10110101 101001 110 0 1001101 11101 1000000 111111 101100

Color Harmonies of #ABB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB529

Black with #ABB529

Text Example


Text Example

White with #ABB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB529; }

 p { color: rgb(171,181,41); }

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

background-color css

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

 a { background-color: rgb(171,181,41); }

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

border-color css

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

 span { border-color: rgb(171,181,41); }

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