Html Css Color HEX #A5B311 Citrus

📋 copy color: '#A5B311'

red 165 ◦ green 179 ◦ blue 17

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

Shades of Citrus #A5B311

Tints of Citrus #A5B311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.58%

 BLUE value IS 17 (7.03% from 255) = 4.71%

R = 45.71%
G = 49.58%
B = 4.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#A5B311 (or 0xA5B311) is known color: Citrus. HEX triplet: A5, B3 and 11. RGB value is (165,179,17). Sum of RGB (Red+Green+Blue) = 165+179+17=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B311 is #5A4CEE. Grayscale: #9C9C9C. Windows color (decimal): -5917935 or 1160101. OLE color: 1160101.

HSL color Cylindrical-coordinate representation of color #A5B311: hue angle of 65.19º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5B311 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 179 17 -
CMYK 0.08 0 0.91 0.30
HSL 65.19º 0.83% 0.38% -
HSV(B) 65.19º 0.91% 0.7% -
XYZ 31.74 40.28 6.63 -
YUV 156.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 165 179 17 0.08 0 0.91 0.30 65.19 0.83 0.38
Hex A5 B3 11 8 0 5B 1E 41 53 26
Octal 245 263 21 10 0 133 36 101 123 46
Binary 10100101 10110011 10001 1000 0 1011011 11110 1000001 1010011 100110

Color Harmonies of #A5B311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B311

Black with #A5B311

Text Example


Text Example

White with #A5B311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B311; }

 p { color: rgb(165,179,17); }

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

background-color css

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

 a { background-color: rgb(165,179,17); }

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

border-color css

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

 span { border-color: rgb(165,179,17); }

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