Html Css Color HEX #A1B60B Citrus

📋 copy color: '#A1B60B'

red 161 ◦ green 182 ◦ blue 11

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

Shades of Citrus #A1B60B

Tints of Citrus #A1B60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.41%

 BLUE value IS 11 (4.69% from 255) = 3.11%

R = 45.48%
G = 51.41%
B = 3.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#A1B60B (or 0xA1B60B) is known color: Citrus. HEX triplet: A1, B6 and 0B. RGB value is (161,182,11). Sum of RGB (Red+Green+Blue) = 161+182+11=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B60B is #5E49F4. Grayscale: #9C9C9C. Windows color (decimal): -6179317 or 767649. OLE color: 767649.

HSL color Cylindrical-coordinate representation of color #A1B60B: hue angle of 67.37º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1B60B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 182 11 -
CMYK 0.12 0 0.94 0.29
HSL 67.37º 0.89% 0.38% -
HSV(B) 67.37º 0.94% 0.71% -
XYZ 31.49 41.06 6.58 -
YUV 156.23 46.04 131.4 -
System Red Green Blue C M Y K H S L
Decimal 161 182 11 0.12 0 0.94 0.29 67.37 0.89 0.38
Hex A1 B6 B C 0 5E 1D 43 59 26
Octal 241 266 13 14 0 136 35 103 131 46
Binary 10100001 10110110 1011 1100 0 1011110 11101 1000011 1011001 100110

Color Harmonies of #A1B60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B60B

Black with #A1B60B

Text Example


Text Example

White with #A1B60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B60B; }

 p { color: rgb(161,182,11); }

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

background-color css

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

 a { background-color: rgb(161,182,11); }

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

border-color css

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

 span { border-color: rgb(161,182,11); }

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