Html Css Color HEX #A5C713 Bahia

📋 copy color: '#A5C713'

red 165 ◦ green 199 ◦ blue 19

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

Shades of Bahia #A5C713

Tints of Bahia #A5C713

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.96%

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 43.08%
G = 51.96%
B = 4.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#A5C713 (or 0xA5C713) is known color: Bahia. HEX triplet: A5, C7 and 13. RGB value is (165,199,19). Sum of RGB (Red+Green+Blue) = 165+199+19=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C713 is #5A38EC. Grayscale: #A9A9A9. Windows color (decimal): -5912813 or 1296293. OLE color: 1296293.

HSL color Cylindrical-coordinate representation of color #A5C713: hue angle of 71.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5C713 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 199 19 -
CMYK 0.17 0 0.90 0.22
HSL 71.33º 0.83% 0.43% -
HSV(B) 71.33º 0.9% 0.78% -
XYZ 36.06 48.89 8.15 -
YUV 168.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 165 199 19 0.17 0 0.90 0.22 71.33 0.83 0.43
Hex A5 C7 13 11 0 5A 16 47 53 2B
Octal 245 307 23 21 0 132 26 107 123 53
Binary 10100101 11000111 10011 10001 0 1011010 10110 1000111 1010011 101011

Color Harmonies of #A5C713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C713

Black with #A5C713

Text Example


Text Example

White with #A5C713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C713; }

 p { color: rgb(165,199,19); }

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

background-color css

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

 a { background-color: rgb(165,199,19); }

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

border-color css

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

 span { border-color: rgb(165,199,19); }

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