Html Css Color HEX #A1BE09 Citrus

📋 copy color: '#A1BE09'

red 161 ◦ green 190 ◦ blue 9

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

Shades of Citrus #A1BE09

Tints of Citrus #A1BE09

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.78%

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

R = 44.72%
G = 52.78%
B = 2.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#A1BE09 (or 0xA1BE09) is known color: Citrus. HEX triplet: A1, BE and 09. RGB value is (161,190,9). Sum of RGB (Red+Green+Blue) = 161+190+9=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BE09 is #5E41F6. Grayscale: #A1A1A1. Windows color (decimal): -6177271 or 638625. OLE color: 638625.

HSL color Cylindrical-coordinate representation of color #A1BE09: hue angle of 69.61º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1BE09 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 9 -
CMYK 0.15 0 0.95 0.25
HSL 69.61º 0.91% 0.39% -
HSV(B) 69.61º 0.95% 0.75% -
XYZ 33.16 44.42 7.09 -
YUV 160.7 42.39 128.22 -
System Red Green Blue C M Y K H S L
Decimal 161 190 9 0.15 0 0.95 0.25 69.61 0.91 0.39
Hex A1 BE 9 F 0 5F 19 46 5B 27
Octal 241 276 11 17 0 137 31 106 133 47
Binary 10100001 10111110 1001 1111 0 1011111 11001 1000110 1011011 100111

Color Harmonies of #A1BE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE09

Black with #A1BE09

Text Example


Text Example

White with #A1BE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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