Html Css Color HEX #ABC329 Bahia

📋 copy color: '#ABC329'

red 171 ◦ green 195 ◦ blue 41

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

Shades of Bahia #ABC329

Tints of Bahia #ABC329

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.91%

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

R = 42.01%
G = 47.91%
B = 10.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#ABC329 (or 0xABC329) is known color: Bahia. HEX triplet: AB, C3 and 29. RGB value is (171,195,41). Sum of RGB (Red+Green+Blue) = 171+195+41=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC329 is #543CD6. Grayscale: #AAAAAA. Windows color (decimal): -5520599 or 2737067. OLE color: 2737067.

HSL color Cylindrical-coordinate representation of color #ABC329: hue angle of 69.35º 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 #ABC329 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 41 -
CMYK 0.12 0 0.79 0.24
HSL 69.35º 0.65% 0.46% -
HSV(B) 69.35º 0.79% 0.76% -
XYZ 36.71 47.85 9.4 -
YUV 170.27 55.05 128.52 -
System Red Green Blue C M Y K H S L
Decimal 171 195 41 0.12 0 0.79 0.24 69.35 0.65 0.46
Hex AB C3 29 C 0 4F 18 45 41 2E
Octal 253 303 51 14 0 117 30 105 101 56
Binary 10101011 11000011 101001 1100 0 1001111 11000 1000101 1000001 101110

Color Harmonies of #ABC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC329

Black with #ABC329

Text Example


Text Example

White with #ABC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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