Html Css Color HEX #ABB929 Bahia

📋 copy color: '#ABB929'

red 171 ◦ green 185 ◦ blue 41

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

Shades of Bahia #ABB929

Tints of Bahia #ABB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.6%

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

R = 43.07%
G = 46.6%
B = 10.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#ABB929 (or 0xABB929) is known color: Bahia. HEX triplet: AB, B9 and 29. RGB value is (171,185,41). Sum of RGB (Red+Green+Blue) = 171+185+41=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB929 is #5446D6. Grayscale: #A4A4A4. Windows color (decimal): -5523159 or 2734507. OLE color: 2734507.

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

Color convert

RGB 171 185 41 -
CMYK 0.08 0 0.78 0.27
HSL 65.83º 0.64% 0.44% -
HSV(B) 65.83º 0.78% 0.73% -
XYZ 34.54 43.52 8.68 -
YUV 164.4 58.36 132.71 -
System Red Green Blue C M Y K H S L
Decimal 171 185 41 0.08 0 0.78 0.27 65.83 0.64 0.44
Hex AB B9 29 8 0 4E 1B 42 40 2C
Octal 253 271 51 10 0 116 33 102 100 54
Binary 10101011 10111001 101001 1000 0 1001110 11011 1000010 1000000 101100

Color Harmonies of #ABB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB929

Black with #ABB929

Text Example


Text Example

White with #ABB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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