Html Css Color HEX #A8C525 Bahia

📋 copy color: '#A8C525'

red 168 ◦ green 197 ◦ blue 37

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

Shades of Bahia #A8C525

Tints of Bahia #A8C525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.2%

R = 41.79%
G = 49%
B = 9.2%

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

#A8C525 (or 0xA8C525) is known color: Bahia. HEX triplet: A8, C5 and 25. RGB value is (168,197,37). Sum of RGB (Red+Green+Blue) = 168+197+37=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C525 is #573ADA. Grayscale: #AAAAAA. Windows color (decimal): -5716699 or 2475432. OLE color: 2475432.

HSL color Cylindrical-coordinate representation of color #A8C525: hue angle of 70.88º 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 #A8C525 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 37 -
CMYK 0.15 0 0.81 0.23
HSL 70.88º 0.68% 0.46% -
HSV(B) 70.88º 0.81% 0.77% -
XYZ 36.45 48.39 9.17 -
YUV 170.09 52.89 126.51 -
System Red Green Blue C M Y K H S L
Decimal 168 197 37 0.15 0 0.81 0.23 70.88 0.68 0.46
Hex A8 C5 25 F 0 51 17 47 44 2E
Octal 250 305 45 17 0 121 27 107 104 56
Binary 10101000 11000101 100101 1111 0 1010001 10111 1000111 1000100 101110

Color Harmonies of #A8C525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C525

Black with #A8C525

Text Example


Text Example

White with #A8C525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C525; }

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

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

background-color css

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

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

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

border-color css

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

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

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