Html Css Color HEX #A8C52E Bahia

📋 copy color: '#A8C52E'

red 168 ◦ green 197 ◦ blue 46

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

Shades of Bahia #A8C52E

Tints of Bahia #A8C52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.93%

 BLUE value IS 46 (18.36% from 255) = 11.19%

R = 40.88%
G = 47.93%
B = 11.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#A8C52E (or 0xA8C52E) is known color: Bahia. HEX triplet: A8, C5 and 2E. RGB value is (168,197,46). Sum of RGB (Red+Green+Blue) = 168+197+46=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C52E is #573AD1. Grayscale: #ABABAB. Windows color (decimal): -5716690 or 3065256. OLE color: 3065256.

HSL color Cylindrical-coordinate representation of color #A8C52E: hue angle of 71.52º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8C52E is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 46 -
CMYK 0.15 0 0.77 0.23
HSL 71.52º 0.62% 0.48% -
HSV(B) 71.52º 0.77% 0.77% -
XYZ 36.61 48.45 10.01 -
YUV 171.12 57.39 125.78 -
System Red Green Blue C M Y K H S L
Decimal 168 197 46 0.15 0 0.77 0.23 71.52 0.62 0.48
Hex A8 C5 2E F 0 4D 17 48 3E 30
Octal 250 305 56 17 0 115 27 110 76 60
Binary 10101000 11000101 101110 1111 0 1001101 10111 1001000 111110 110000

Color Harmonies of #A8C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C52E

Black with #A8C52E

Text Example


Text Example

White with #A8C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C52E; }

 p { color: rgb(168,197,46); }

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

background-color css

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

 a { background-color: rgb(168,197,46); }

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

border-color css

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

 span { border-color: rgb(168,197,46); }

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