Html Css Color HEX #A0BA09 Citrus

📋 copy color: '#A0BA09'

red 160 ◦ green 186 ◦ blue 9

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

Shades of Citrus #A0BA09

Tints of Citrus #A0BA09

RGB

 RED value IS 160 (62.89% from 255) = 45.07%

 GREEN value IS 186 (73.05% from 255) = 52.39%

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

R = 45.07%
G = 52.39%
B = 2.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#A0BA09 (or 0xA0BA09) is known color: Citrus. HEX triplet: A0, BA and 09. RGB value is (160,186,9). Sum of RGB (Red+Green+Blue) = 160+186+9=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BA09 is #5F45F6. Grayscale: #9E9E9E. Windows color (decimal): -6243831 or 637600. OLE color: 637600.

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

Color convert

RGB 160 186 9 -
CMYK 0.14 0 0.95 0.27
HSL 68.81º 0.91% 0.38% -
HSV(B) 68.81º 0.95% 0.73% -
XYZ 32.11 42.61 6.79 -
YUV 158.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 160 186 9 0.14 0 0.95 0.27 68.81 0.91 0.38
Hex A0 BA 9 E 0 5F 1B 45 5B 26
Octal 240 272 11 16 0 137 33 105 133 46
Binary 10100000 10111010 1001 1110 0 1011111 11011 1000101 1011011 100110

Color Harmonies of #A0BA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA09

Black with #A0BA09

Text Example


Text Example

White with #A0BA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA09; }

 p { color: rgb(160,186,9); }

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

background-color css

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

 a { background-color: rgb(160,186,9); }

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

border-color css

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

 span { border-color: rgb(160,186,9); }

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