Html Css Color HEX #A5A812 Citrus

📋 copy color: '#A5A812'

red 165 ◦ green 168 ◦ blue 18

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

Shades of Citrus #A5A812

Tints of Citrus #A5A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.86%

 BLUE value IS 18 (7.42% from 255) = 5.13%

R = 47.01%
G = 47.86%
B = 5.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A5A812 (or 0xA5A812) is known color: Citrus. HEX triplet: A5, A8 and 12. RGB value is (165,168,18). Sum of RGB (Red+Green+Blue) = 165+168+18=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A812 is #5A57ED. Grayscale: #969696. Windows color (decimal): -5920750 or 1222821. OLE color: 1222821.

HSL color Cylindrical-coordinate representation of color #A5A812: hue angle of 61.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5A812 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 168 18 -
CMYK 0.02 0 0.89 0.34
HSL 61.2º 0.81% 0.36% -
HSV(B) 61.2º 0.89% 0.66% -
XYZ 29.63 36.05 5.97 -
YUV 150 53.51 138.7 -
System Red Green Blue C M Y K H S L
Decimal 165 168 18 0.02 0 0.89 0.34 61.2 0.81 0.36
Hex A5 A8 12 2 0 59 22 3D 51 24
Octal 245 250 22 2 0 131 42 75 121 44
Binary 10100101 10101000 10010 10 0 1011001 100010 111101 1010001 100100

Color Harmonies of #A5A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A812

Black with #A5A812

Text Example


Text Example

White with #A5A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A812; }

 p { color: rgb(165,168,18); }

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

background-color css

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

 a { background-color: rgb(165,168,18); }

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

border-color css

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

 span { border-color: rgb(165,168,18); }

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