Html Css Color HEX #A5C320 Bahia

📋 copy color: '#A5C320'

red 165 ◦ green 195 ◦ blue 32

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

Shades of Bahia #A5C320

Tints of Bahia #A5C320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.16%

R = 42.09%
G = 49.74%
B = 8.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#A5C320 (or 0xA5C320) is known color: Bahia. HEX triplet: A5, C3 and 20. RGB value is (165,195,32). Sum of RGB (Red+Green+Blue) = 165+195+32=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C320 is #5A3CDF. Grayscale: #A8A8A8. Windows color (decimal): -5913824 or 2147237. OLE color: 2147237.

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

Color convert

RGB 165 195 32 -
CMYK 0.15 0 0.84 0.24
HSL 71.04º 0.72% 0.45% -
HSV(B) 71.04º 0.84% 0.76% -
XYZ 35.29 47.13 8.6 -
YUV 167.45 51.56 126.25 -
System Red Green Blue C M Y K H S L
Decimal 165 195 32 0.15 0 0.84 0.24 71.04 0.72 0.45
Hex A5 C3 20 F 0 54 18 47 48 2D
Octal 245 303 40 17 0 124 30 107 110 55
Binary 10100101 11000011 100000 1111 0 1010100 11000 1000111 1001000 101101

Color Harmonies of #A5C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C320

Black with #A5C320

Text Example


Text Example

White with #A5C320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C320; }

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

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

background-color css

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

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

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

border-color css

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

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

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