Html Css Color HEX #A1B315 Citrus

📋 copy color: '#A1B315'

red 161 ◦ green 179 ◦ blue 21

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

Shades of Citrus #A1B315

Tints of Citrus #A1B315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.82%

R = 44.6%
G = 49.58%
B = 5.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#A1B315 (or 0xA1B315) is known color: Citrus. HEX triplet: A1, B3 and 15. RGB value is (161,179,21). Sum of RGB (Red+Green+Blue) = 161+179+21=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B315 is #5E4CEA. Grayscale: #9C9C9C. Windows color (decimal): -6180075 or 1422241. OLE color: 1422241.

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

Color convert

RGB 161 179 21 -
CMYK 0.10 0 0.88 0.30
HSL 66.84º 0.79% 0.39% -
HSV(B) 66.84º 0.88% 0.7% -
XYZ 30.95 39.87 6.77 -
YUV 155.61 52.04 131.85 -
System Red Green Blue C M Y K H S L
Decimal 161 179 21 0.10 0 0.88 0.30 66.84 0.79 0.39
Hex A1 B3 15 A 0 58 1E 43 4F 27
Octal 241 263 25 12 0 130 36 103 117 47
Binary 10100001 10110011 10101 1010 0 1011000 11110 1000011 1001111 100111

Color Harmonies of #A1B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B315

Black with #A1B315

Text Example


Text Example

White with #A1B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B315; }

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

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

background-color css

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

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

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

border-color css

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

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

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