Html Css Color HEX #A1B10D Citrus

📋 copy color: '#A1B10D'

red 161 ◦ green 177 ◦ blue 13

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

Shades of Citrus #A1B10D

Tints of Citrus #A1B10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 45.87%
G = 50.43%
B = 3.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#A1B10D (or 0xA1B10D) is known color: Citrus. HEX triplet: A1, B1 and 0D. RGB value is (161,177,13). Sum of RGB (Red+Green+Blue) = 161+177+13=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1B10D is #5E4EF2. Grayscale: #9A9A9A. Windows color (decimal): -6180595 or 897441. OLE color: 897441.

HSL color Cylindrical-coordinate representation of color #A1B10D: hue angle of 65.85º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1B10D is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 177 13 -
CMYK 0.09 0 0.93 0.31
HSL 65.85º 0.86% 0.37% -
HSV(B) 65.85º 0.93% 0.69% -
XYZ 30.49 39.05 6.31 -
YUV 153.52 48.7 133.34 -
System Red Green Blue C M Y K H S L
Decimal 161 177 13 0.09 0 0.93 0.31 65.85 0.86 0.37
Hex A1 B1 D 9 0 5D 1F 42 56 25
Octal 241 261 15 11 0 135 37 102 126 45
Binary 10100001 10110001 1101 1001 0 1011101 11111 1000010 1010110 100101

Color Harmonies of #A1B10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B10D

Black with #A1B10D

Text Example


Text Example

White with #A1B10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B10D; }

 p { color: rgb(161,177,13); }

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

background-color css

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

 a { background-color: rgb(161,177,13); }

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

border-color css

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

 span { border-color: rgb(161,177,13); }

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