Html Css Color HEX #A1B312 Citrus

📋 copy color: '#A1B312'

red 161 ◦ green 179 ◦ blue 18

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

Shades of Citrus #A1B312

Tints of Citrus #A1B312

RGB

 RED value IS 161 (63.28% from 255) = 44.97%

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

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

R = 44.97%
G = 50%
B = 5.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#A1B312 (or 0xA1B312) is known color: Citrus. HEX triplet: A1, B3 and 12. RGB value is (161,179,18). Sum of RGB (Red+Green+Blue) = 161+179+18=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B312 is #5E4CED. Grayscale: #9B9B9B. Windows color (decimal): -6180078 or 1225633. OLE color: 1225633.

HSL color Cylindrical-coordinate representation of color #A1B312: hue angle of 66.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1B312 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 18 -
CMYK 0.10 0 0.90 0.30
HSL 66.71º 0.82% 0.39% -
HSV(B) 66.71º 0.9% 0.7% -
XYZ 30.93 39.86 6.64 -
YUV 155.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 161 179 18 0.10 0 0.90 0.30 66.71 0.82 0.39
Hex A1 B3 12 A 0 5A 1E 43 52 27
Octal 241 263 22 12 0 132 36 103 122 47
Binary 10100001 10110011 10010 1010 0 1011010 11110 1000011 1010010 100111

Color Harmonies of #A1B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B312

Black with #A1B312

Text Example


Text Example

White with #A1B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B312; }

 p { color: rgb(161,179,18); }

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

background-color css

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

 a { background-color: rgb(161,179,18); }

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

border-color css

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

 span { border-color: rgb(161,179,18); }

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