Html Css Color HEX #ABBA29 Bahia

📋 copy color: '#ABBA29'

red 171 ◦ green 186 ◦ blue 41

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

Shades of Bahia #ABBA29

Tints of Bahia #ABBA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

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

R = 42.96%
G = 46.73%
B = 10.3%

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

#ABBA29 (or 0xABBA29) is known color: Bahia. HEX triplet: AB, BA and 29. RGB value is (171,186,41). Sum of RGB (Red+Green+Blue) = 171+186+41=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA29 is #5445D6. Grayscale: #A5A5A5. Windows color (decimal): -5522903 or 2734763. OLE color: 2734763.

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

Color convert

RGB 171 186 41 -
CMYK 0.08 0 0.78 0.27
HSL 66.21º 0.64% 0.45% -
HSV(B) 66.21º 0.78% 0.73% -
XYZ 34.75 43.94 8.75 -
YUV 164.99 58.03 132.29 -
System Red Green Blue C M Y K H S L
Decimal 171 186 41 0.08 0 0.78 0.27 66.21 0.64 0.45
Hex AB BA 29 8 0 4E 1B 42 40 2D
Octal 253 272 51 10 0 116 33 102 100 55
Binary 10101011 10111010 101001 1000 0 1001110 11011 1000010 1000000 101101

Color Harmonies of #ABBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA29

Black with #ABBA29

Text Example


Text Example

White with #ABBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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