Html Css Color HEX #A8C526 Bahia

📋 copy color: '#A8C526'

red 168 ◦ green 197 ◦ blue 38

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

Shades of Bahia #A8C526

Tints of Bahia #A8C526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.43%

R = 41.69%
G = 48.88%
B = 9.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#A8C526 (or 0xA8C526) is known color: Bahia. HEX triplet: A8, C5 and 26. RGB value is (168,197,38). Sum of RGB (Red+Green+Blue) = 168+197+38=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C526 is #573AD9. Grayscale: #AAAAAA. Windows color (decimal): -5716698 or 2540968. OLE color: 2540968.

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

Color convert

RGB 168 197 38 -
CMYK 0.15 0 0.81 0.23
HSL 70.94º 0.68% 0.46% -
HSV(B) 70.94º 0.81% 0.77% -
XYZ 36.46 48.4 9.25 -
YUV 170.2 53.39 126.43 -
System Red Green Blue C M Y K H S L
Decimal 168 197 38 0.15 0 0.81 0.23 70.94 0.68 0.46
Hex A8 C5 26 F 0 51 17 47 44 2E
Octal 250 305 46 17 0 121 27 107 104 56
Binary 10101000 11000101 100110 1111 0 1010001 10111 1000111 1000100 101110

Color Harmonies of #A8C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C526

Black with #A8C526

Text Example


Text Example

White with #A8C526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C526; }

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

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

background-color css

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

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

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

border-color css

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

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

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