Html Css Color HEX #A5C325 Bahia

📋 copy color: '#A5C325'

red 165 ◦ green 195 ◦ blue 37

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

Shades of Bahia #A5C325

Tints of Bahia #A5C325

RGB

 RED value IS 165 (64.84% from 255) = 41.56%

 GREEN value IS 195 (76.56% from 255) = 49.12%

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

R = 41.56%
G = 49.12%
B = 9.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#A5C325 (or 0xA5C325) is known color: Bahia. HEX triplet: A5, C3 and 25. RGB value is (165,195,37). Sum of RGB (Red+Green+Blue) = 165+195+37=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C325 is #5A3CDA. Grayscale: #A8A8A8. Windows color (decimal): -5913819 or 2474917. OLE color: 2474917.

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

Color convert

RGB 165 195 37 -
CMYK 0.15 0 0.81 0.24
HSL 71.39º 0.68% 0.45% -
HSV(B) 71.39º 0.81% 0.76% -
XYZ 35.37 47.16 8.99 -
YUV 168.02 54.06 125.85 -
System Red Green Blue C M Y K H S L
Decimal 165 195 37 0.15 0 0.81 0.24 71.39 0.68 0.45
Hex A5 C3 25 F 0 51 18 47 44 2D
Octal 245 303 45 17 0 121 30 107 104 55
Binary 10100101 11000011 100101 1111 0 1010001 11000 1000111 1000100 101101

Color Harmonies of #A5C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C325

Black with #A5C325

Text Example


Text Example

White with #A5C325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C325; }

 p { color: rgb(165,195,37); }

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

background-color css

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

 a { background-color: rgb(165,195,37); }

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

border-color css

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

 span { border-color: rgb(165,195,37); }

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