Html Css Color HEX #ABC129 Bahia

📋 copy color: '#ABC129'

red 171 ◦ green 193 ◦ blue 41

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

Shades of Bahia #ABC129

Tints of Bahia #ABC129

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.65%

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

R = 42.22%
G = 47.65%
B = 10.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#ABC129 (or 0xABC129) is known color: Bahia. HEX triplet: AB, C1 and 29. RGB value is (171,193,41). Sum of RGB (Red+Green+Blue) = 171+193+41=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC129 is #543ED6. Grayscale: #A9A9A9. Windows color (decimal): -5521111 or 2736555. OLE color: 2736555.

HSL color Cylindrical-coordinate representation of color #ABC129: hue angle of 68.68º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABC129 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 41 -
CMYK 0.11 0 0.79 0.24
HSL 68.68º 0.65% 0.46% -
HSV(B) 68.68º 0.79% 0.76% -
XYZ 36.26 46.96 9.25 -
YUV 169.09 55.71 129.36 -
System Red Green Blue C M Y K H S L
Decimal 171 193 41 0.11 0 0.79 0.24 68.68 0.65 0.46
Hex AB C1 29 B 0 4F 18 45 41 2E
Octal 253 301 51 13 0 117 30 105 101 56
Binary 10101011 11000001 101001 1011 0 1001111 11000 1000101 1000001 101110

Color Harmonies of #ABC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC129

Black with #ABC129

Text Example


Text Example

White with #ABC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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