Html Css Color HEX #A1B90B Citrus

📋 copy color: '#A1B90B'

red 161 ◦ green 185 ◦ blue 11

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

Shades of Citrus #A1B90B

Tints of Citrus #A1B90B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.82%

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

R = 45.1%
G = 51.82%
B = 3.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#A1B90B (or 0xA1B90B) is known color: Citrus. HEX triplet: A1, B9 and 0B. RGB value is (161,185,11). Sum of RGB (Red+Green+Blue) = 161+185+11=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B90B is #5E46F4. Grayscale: #9E9E9E. Windows color (decimal): -6178549 or 768417. OLE color: 768417.

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

Color convert

RGB 161 185 11 -
CMYK 0.13 0 0.94 0.27
HSL 68.28º 0.89% 0.38% -
HSV(B) 68.28º 0.94% 0.73% -
XYZ 32.11 42.3 6.79 -
YUV 157.99 45.05 130.15 -
System Red Green Blue C M Y K H S L
Decimal 161 185 11 0.13 0 0.94 0.27 68.28 0.89 0.38
Hex A1 B9 B D 0 5E 1B 44 59 26
Octal 241 271 13 15 0 136 33 104 131 46
Binary 10100001 10111001 1011 1101 0 1011110 11011 1000100 1011001 100110

Color Harmonies of #A1B90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B90B

Black with #A1B90B

Text Example


Text Example

White with #A1B90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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