Html Css Color HEX #A5C915 Bahia

📋 copy color: '#A5C915'

red 165 ◦ green 201 ◦ blue 21

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

Shades of Bahia #A5C915

Tints of Bahia #A5C915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.94%

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

R = 42.64%
G = 51.94%
B = 5.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#A5C915 (or 0xA5C915) is known color: Bahia. HEX triplet: A5, C9 and 15. RGB value is (165,201,21). Sum of RGB (Red+Green+Blue) = 165+201+21=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C915 is #5A36EA. Grayscale: #AAAAAA. Windows color (decimal): -5912299 or 1427877. OLE color: 1427877.

HSL color Cylindrical-coordinate representation of color #A5C915: hue angle of 72º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5C915 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 201 21 -
CMYK 0.18 0 0.90 0.21
HSL 72º 0.81% 0.44% -
HSV(B) 72º 0.9% 0.79% -
XYZ 36.54 49.83 8.4 -
YUV 169.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 165 201 21 0.18 0 0.90 0.21 72 0.81 0.44
Hex A5 C9 15 12 0 5A 15 48 51 2C
Octal 245 311 25 22 0 132 25 110 121 54
Binary 10100101 11001001 10101 10010 0 1011010 10101 1001000 1010001 101100

Color Harmonies of #A5C915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C915

Black with #A5C915

Text Example


Text Example

White with #A5C915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C915; }

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

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

background-color css

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

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

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

border-color css

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

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

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