Html Css Color HEX #A1B011 Citrus

📋 copy color: '#A1B011'

red 161 ◦ green 176 ◦ blue 17

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

Shades of Citrus #A1B011

Tints of Citrus #A1B011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.72%

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

R = 45.48%
G = 49.72%
B = 4.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#A1B011 (or 0xA1B011) is known color: Citrus. HEX triplet: A1, B0 and 11. RGB value is (161,176,17). Sum of RGB (Red+Green+Blue) = 161+176+17=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B011 is #5E4FEE. Grayscale: #9A9A9A. Windows color (decimal): -6180847 or 1159329. OLE color: 1159329.

HSL color Cylindrical-coordinate representation of color #A1B011: hue angle of 65.66º 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 #A1B011 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 176 17 -
CMYK 0.09 0 0.90 0.31
HSL 65.66º 0.82% 0.38% -
HSV(B) 65.66º 0.9% 0.69% -
XYZ 30.32 38.67 6.4 -
YUV 153.39 51.03 133.43 -
System Red Green Blue C M Y K H S L
Decimal 161 176 17 0.09 0 0.90 0.31 65.66 0.82 0.38
Hex A1 B0 11 9 0 5A 1F 42 52 26
Octal 241 260 21 11 0 132 37 102 122 46
Binary 10100001 10110000 10001 1001 0 1011010 11111 1000010 1010010 100110

Color Harmonies of #A1B011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B011

Black with #A1B011

Text Example


Text Example

White with #A1B011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B011; }

 p { color: rgb(161,176,17); }

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

background-color css

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

 a { background-color: rgb(161,176,17); }

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

border-color css

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

 span { border-color: rgb(161,176,17); }

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