Html Css Color HEX #A8C129 Bahia

📋 copy color: '#A8C129'

red 168 ◦ green 193 ◦ blue 41

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

Shades of Bahia #A8C129

Tints of Bahia #A8C129

RGB

 RED value IS 168 (66.02% from 255) = 41.79%

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

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

R = 41.79%
G = 48.01%
B = 10.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#A8C129 (or 0xA8C129) is known color: Bahia. HEX triplet: A8, C1 and 29. RGB value is (168,193,41). Sum of RGB (Red+Green+Blue) = 168+193+41=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C129 is #573ED6. Grayscale: #A8A8A8. Windows color (decimal): -5717719 or 2736552. OLE color: 2736552.

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

Color convert

RGB 168 193 41 -
CMYK 0.13 0 0.79 0.24
HSL 69.87º 0.65% 0.46% -
HSV(B) 69.87º 0.79% 0.76% -
XYZ 35.62 46.62 9.22 -
YUV 168.2 56.22 127.86 -
System Red Green Blue C M Y K H S L
Decimal 168 193 41 0.13 0 0.79 0.24 69.87 0.65 0.46
Hex A8 C1 29 D 0 4F 18 46 41 2E
Octal 250 301 51 15 0 117 30 106 101 56
Binary 10101000 11000001 101001 1101 0 1001111 11000 1000110 1000001 101110

Color Harmonies of #A8C129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C129

Black with #A8C129

Text Example


Text Example

White with #A8C129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C129; }

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

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

background-color css

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

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

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

border-color css

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

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

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