Html Css Color HEX #A8C52C Bahia

📋 copy color: '#A8C52C'

red 168 ◦ green 197 ◦ blue 44

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

Shades of Bahia #A8C52C

Tints of Bahia #A8C52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.76%

R = 41.08%
G = 48.17%
B = 10.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#A8C52C (or 0xA8C52C) is known color: Bahia. HEX triplet: A8, C5 and 2C. RGB value is (168,197,44). Sum of RGB (Red+Green+Blue) = 168+197+44=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C52C is #573AD3. Grayscale: #ABABAB. Windows color (decimal): -5716692 or 2934184. OLE color: 2934184.

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

Color convert

RGB 168 197 44 -
CMYK 0.15 0 0.78 0.23
HSL 71.37º 0.63% 0.47% -
HSV(B) 71.37º 0.78% 0.77% -
XYZ 36.57 48.44 9.81 -
YUV 170.89 56.39 125.94 -
System Red Green Blue C M Y K H S L
Decimal 168 197 44 0.15 0 0.78 0.23 71.37 0.63 0.47
Hex A8 C5 2C F 0 4E 17 47 3F 2F
Octal 250 305 54 17 0 116 27 107 77 57
Binary 10101000 11000101 101100 1111 0 1001110 10111 1000111 111111 101111

Color Harmonies of #A8C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C52C

Black with #A8C52C

Text Example


Text Example

White with #A8C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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