Html Css Color HEX #A8C120 Bahia

📋 copy color: '#A8C120'

red 168 ◦ green 193 ◦ blue 32

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

Shades of Bahia #A8C120

Tints of Bahia #A8C120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.14%

R = 42.75%
G = 49.11%
B = 8.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#A8C120 (or 0xA8C120) is known color: Bahia. HEX triplet: A8, C1 and 20. RGB value is (168,193,32). Sum of RGB (Red+Green+Blue) = 168+193+32=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C120 is #573EDF. Grayscale: #A7A7A7. Windows color (decimal): -5717728 or 2146728. OLE color: 2146728.

HSL color Cylindrical-coordinate representation of color #A8C120: hue angle of 69.32º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8C120 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 32 -
CMYK 0.13 0 0.83 0.24
HSL 69.32º 0.72% 0.44% -
HSV(B) 69.32º 0.83% 0.76% -
XYZ 35.48 46.57 8.49 -
YUV 167.17 51.72 128.59 -
System Red Green Blue C M Y K H S L
Decimal 168 193 32 0.13 0 0.83 0.24 69.32 0.72 0.44
Hex A8 C1 20 D 0 53 18 45 48 2C
Octal 250 301 40 15 0 123 30 105 110 54
Binary 10101000 11000001 100000 1101 0 1010011 11000 1000101 1001000 101100

Color Harmonies of #A8C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C120

Black with #A8C120

Text Example


Text Example

White with #A8C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C120; }

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

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

background-color css

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

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

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

border-color css

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

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

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