Html Css Color HEX #A8C425 Bahia

📋 copy color: '#A8C425'

red 168 ◦ green 196 ◦ blue 37

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

Shades of Bahia #A8C425

Tints of Bahia #A8C425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.88%

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

R = 41.9%
G = 48.88%
B = 9.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#A8C425 (or 0xA8C425) is known color: Bahia. HEX triplet: A8, C4 and 25. RGB value is (168,196,37). Sum of RGB (Red+Green+Blue) = 168+196+37=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C425 is #573BDA. Grayscale: #AAAAAA. Windows color (decimal): -5716955 or 2475176. OLE color: 2475176.

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

Color convert

RGB 168 196 37 -
CMYK 0.14 0 0.81 0.23
HSL 70.57º 0.68% 0.46% -
HSV(B) 70.57º 0.81% 0.77% -
XYZ 36.22 47.94 9.09 -
YUV 169.5 53.22 126.93 -
System Red Green Blue C M Y K H S L
Decimal 168 196 37 0.14 0 0.81 0.23 70.57 0.68 0.46
Hex A8 C4 25 E 0 51 17 47 44 2E
Octal 250 304 45 16 0 121 27 107 104 56
Binary 10101000 11000100 100101 1110 0 1010001 10111 1000111 1000100 101110

Color Harmonies of #A8C425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C425

Black with #A8C425

Text Example


Text Example

White with #A8C425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C425; }

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

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

background-color css

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

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

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

border-color css

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

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

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