Html Css Color HEX #A5C315 Bahia

📋 copy color: '#A5C315'

red 165 ◦ green 195 ◦ blue 21

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

Shades of Bahia #A5C315

Tints of Bahia #A5C315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 43.31%
G = 51.18%
B = 5.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#A5C315 (or 0xA5C315) is known color: Bahia. HEX triplet: A5, C3 and 15. RGB value is (165,195,21). Sum of RGB (Red+Green+Blue) = 165+195+21=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C315 is #5A3CEA. Grayscale: #A6A6A6. Windows color (decimal): -5913835 or 1426341. OLE color: 1426341.

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

Color convert

RGB 165 195 21 -
CMYK 0.15 0 0.89 0.24
HSL 70.34º 0.81% 0.42% -
HSV(B) 70.34º 0.89% 0.76% -
XYZ 35.17 47.08 7.94 -
YUV 166.19 46.06 127.15 -
System Red Green Blue C M Y K H S L
Decimal 165 195 21 0.15 0 0.89 0.24 70.34 0.81 0.42
Hex A5 C3 15 F 0 59 18 46 51 2A
Octal 245 303 25 17 0 131 30 106 121 52
Binary 10100101 11000011 10101 1111 0 1011001 11000 1000110 1010001 101010

Color Harmonies of #A5C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C315

Black with #A5C315

Text Example


Text Example

White with #A5C315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C315; }

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

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

background-color css

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

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

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

border-color css

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

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

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