Html Css Color HEX #A5C310 Bahia

📋 copy color: '#A5C310'

red 165 ◦ green 195 ◦ blue 16

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

Shades of Bahia #A5C310

Tints of Bahia #A5C310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 43.88%
G = 51.86%
B = 4.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#A5C310 (or 0xA5C310) is known color: Bahia. HEX triplet: A5, C3 and 10. RGB value is (165,195,16). Sum of RGB (Red+Green+Blue) = 165+195+16=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C310 is #5A3CEF. Grayscale: #A6A6A6. Windows color (decimal): -5913840 or 1098661. OLE color: 1098661.

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

Color convert

RGB 165 195 16 -
CMYK 0.15 0 0.92 0.24
HSL 70.06º 0.85% 0.41% -
HSV(B) 70.06º 0.92% 0.76% -
XYZ 35.13 47.07 7.72 -
YUV 165.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 165 195 16 0.15 0 0.92 0.24 70.06 0.85 0.41
Hex A5 C3 10 F 0 5C 18 46 55 29
Octal 245 303 20 17 0 134 30 106 125 51
Binary 10100101 11000011 10000 1111 0 1011100 11000 1000110 1010101 101001

Color Harmonies of #A5C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C310

Black with #A5C310

Text Example


Text Example

White with #A5C310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C310; }

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

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

background-color css

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

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

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

border-color css

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

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

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