Html Css Color HEX #A5C015 Bahia

📋 copy color: '#A5C015'

red 165 ◦ green 192 ◦ blue 21

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

Shades of Bahia #A5C015

Tints of Bahia #A5C015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.79%

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

R = 43.65%
G = 50.79%
B = 5.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#A5C015 (or 0xA5C015) is known color: Bahia. HEX triplet: A5, C0 and 15. RGB value is (165,192,21). Sum of RGB (Red+Green+Blue) = 165+192+21=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C015 is #5A3FEA. Grayscale: #A5A5A5. Windows color (decimal): -5914603 or 1425573. OLE color: 1425573.

HSL color Cylindrical-coordinate representation of color #A5C015: hue angle of 69.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5C015 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 21 -
CMYK 0.14 0 0.89 0.25
HSL 69.47º 0.8% 0.42% -
HSV(B) 69.47º 0.89% 0.75% -
XYZ 34.5 45.75 7.72 -
YUV 164.43 47.05 128.4 -
System Red Green Blue C M Y K H S L
Decimal 165 192 21 0.14 0 0.89 0.25 69.47 0.8 0.42
Hex A5 C0 15 E 0 59 19 45 50 2A
Octal 245 300 25 16 0 131 31 105 120 52
Binary 10100101 11000000 10101 1110 0 1011001 11001 1000101 1010000 101010

Color Harmonies of #A5C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C015

Black with #A5C015

Text Example


Text Example

White with #A5C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C015; }

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

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

background-color css

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

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

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

border-color css

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

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

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