Html Css Color HEX #A5C916 Bahia

📋 copy color: '#A5C916'

red 165 ◦ green 201 ◦ blue 22

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

Shades of Bahia #A5C916

Tints of Bahia #A5C916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 42.53%
G = 51.8%
B = 5.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#A5C916 (or 0xA5C916) is known color: Bahia. HEX triplet: A5, C9 and 16. RGB value is (165,201,22). Sum of RGB (Red+Green+Blue) = 165+201+22=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C916 is #5A36E9. Grayscale: #AAAAAA. Windows color (decimal): -5912298 or 1493413. OLE color: 1493413.

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

Color convert

RGB 165 201 22 -
CMYK 0.18 0 0.89 0.21
HSL 72.07º 0.8% 0.44% -
HSV(B) 72.07º 0.89% 0.79% -
XYZ 36.55 49.83 8.45 -
YUV 169.83 44.57 124.55 -
System Red Green Blue C M Y K H S L
Decimal 165 201 22 0.18 0 0.89 0.21 72.07 0.8 0.44
Hex A5 C9 16 12 0 59 15 48 50 2C
Octal 245 311 26 22 0 131 25 110 120 54
Binary 10100101 11001001 10110 10010 0 1011001 10101 1001000 1010000 101100

Color Harmonies of #A5C916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C916

Black with #A5C916

Text Example


Text Example

White with #A5C916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C916; }

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

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

background-color css

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

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

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

border-color css

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

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

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