Html Css Color HEX #A8C029 Bahia

📋 copy color: '#A8C029'

red 168 ◦ green 192 ◦ blue 41

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

Shades of Bahia #A8C029

Tints of Bahia #A8C029

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.88%

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

R = 41.9%
G = 47.88%
B = 10.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#A8C029 (or 0xA8C029) is known color: Bahia. HEX triplet: A8, C0 and 29. RGB value is (168,192,41). Sum of RGB (Red+Green+Blue) = 168+192+41=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C029 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C029 is #573FD6. Grayscale: #A8A8A8. Windows color (decimal): -5717975 or 2736296. OLE color: 2736296.

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

Color convert

RGB 168 192 41 -
CMYK 0.12 0 0.79 0.25
HSL 69.54º 0.65% 0.46% -
HSV(B) 69.54º 0.79% 0.75% -
XYZ 35.4 46.18 9.15 -
YUV 167.61 56.55 128.28 -
System Red Green Blue C M Y K H S L
Decimal 168 192 41 0.12 0 0.79 0.25 69.54 0.65 0.46
Hex A8 C0 29 C 0 4F 19 46 41 2E
Octal 250 300 51 14 0 117 31 106 101 56
Binary 10101000 11000000 101001 1100 0 1001111 11001 1000110 1000001 101110

Color Harmonies of #A8C029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C029

Black with #A8C029

Text Example


Text Example

White with #A8C029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C029; }

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

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

background-color css

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

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

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

border-color css

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

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

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