Html Css Color HEX #A1B609 Citrus

📋 copy color: '#A1B609'

red 161 ◦ green 182 ◦ blue 9

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

Shades of Citrus #A1B609

Tints of Citrus #A1B609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 45.74%
G = 51.7%
B = 2.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#A1B609 (or 0xA1B609) is known color: Citrus. HEX triplet: A1, B6 and 09. RGB value is (161,182,9). Sum of RGB (Red+Green+Blue) = 161+182+9=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B609 is #5E49F6. Grayscale: #9C9C9C. Windows color (decimal): -6179319 or 636577. OLE color: 636577.

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

Color convert

RGB 161 182 9 -
CMYK 0.12 0 0.95 0.29
HSL 67.28º 0.91% 0.37% -
HSV(B) 67.28º 0.95% 0.71% -
XYZ 31.48 41.05 6.52 -
YUV 156 45.04 131.57 -
System Red Green Blue C M Y K H S L
Decimal 161 182 9 0.12 0 0.95 0.29 67.28 0.91 0.37
Hex A1 B6 9 C 0 5F 1D 43 5B 25
Octal 241 266 11 14 0 137 35 103 133 45
Binary 10100001 10110110 1001 1100 0 1011111 11101 1000011 1011011 100101

Color Harmonies of #A1B609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B609

Black with #A1B609

Text Example


Text Example

White with #A1B609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B609; }

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

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

background-color css

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

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

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

border-color css

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

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

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