Html Css Color HEX #A5B112 Citrus

📋 copy color: '#A5B112'

red 165 ◦ green 177 ◦ blue 18

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

Shades of Citrus #A5B112

Tints of Citrus #A5B112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.17%

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

R = 45.83%
G = 49.17%
B = 5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#A5B112 (or 0xA5B112) is known color: Citrus. HEX triplet: A5, B1 and 12. RGB value is (165,177,18). Sum of RGB (Red+Green+Blue) = 165+177+18=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5B112 is #5A4EED. Grayscale: #9B9B9B. Windows color (decimal): -5918446 or 1225125. OLE color: 1225125.

HSL color Cylindrical-coordinate representation of color #A5B112: hue angle of 64.53º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5B112 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 18 -
CMYK 0.07 0 0.90 0.31
HSL 64.53º 0.82% 0.38% -
HSV(B) 64.53º 0.9% 0.69% -
XYZ 31.35 39.49 6.54 -
YUV 155.29 50.52 134.93 -
System Red Green Blue C M Y K H S L
Decimal 165 177 18 0.07 0 0.90 0.31 64.53 0.82 0.38
Hex A5 B1 12 7 0 5A 1F 41 52 26
Octal 245 261 22 7 0 132 37 101 122 46
Binary 10100101 10110001 10010 111 0 1011010 11111 1000001 1010010 100110

Color Harmonies of #A5B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B112

Black with #A5B112

Text Example


Text Example

White with #A5B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B112; }

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

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

background-color css

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

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

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

border-color css

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

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

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