Html Css Color HEX #ABBD29 Bahia

📋 copy color: '#ABBD29'

red 171 ◦ green 189 ◦ blue 41

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

Shades of Bahia #ABBD29

Tints of Bahia #ABBD29

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

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

R = 42.64%
G = 47.13%
B = 10.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#ABBD29 (or 0xABBD29) is known color: Bahia. HEX triplet: AB, BD and 29. RGB value is (171,189,41). Sum of RGB (Red+Green+Blue) = 171+189+41=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD29 is #5442D6. Grayscale: #A7A7A7. Windows color (decimal): -5522135 or 2735531. OLE color: 2735531.

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

Color convert

RGB 171 189 41 -
CMYK 0.10 0 0.78 0.26
HSL 67.3º 0.64% 0.45% -
HSV(B) 67.3º 0.78% 0.74% -
XYZ 35.39 45.21 8.96 -
YUV 166.75 57.04 131.03 -
System Red Green Blue C M Y K H S L
Decimal 171 189 41 0.10 0 0.78 0.26 67.3 0.64 0.45
Hex AB BD 29 A 0 4E 1A 43 40 2D
Octal 253 275 51 12 0 116 32 103 100 55
Binary 10101011 10111101 101001 1010 0 1001110 11010 1000011 1000000 101101

Color Harmonies of #ABBD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD29

Black with #ABBD29

Text Example


Text Example

White with #ABBD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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