Html Css Color HEX #A0B312 Citrus

📋 copy color: '#A0B312'

red 160 ◦ green 179 ◦ blue 18

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

Shades of Citrus #A0B312

Tints of Citrus #A0B312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.14%

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 44.82%
G = 50.14%
B = 5.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#A0B312 (or 0xA0B312) is known color: Citrus. HEX triplet: A0, B3 and 12. RGB value is (160,179,18). Sum of RGB (Red+Green+Blue) = 160+179+18=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B312 is #5F4CED. Grayscale: #9B9B9B. Windows color (decimal): -6245614 or 1225632. OLE color: 1225632.

HSL color Cylindrical-coordinate representation of color #A0B312: hue angle of 67.08º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0B312 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 179 18 -
CMYK 0.11 0 0.90 0.30
HSL 67.08º 0.82% 0.39% -
HSV(B) 67.08º 0.9% 0.7% -
XYZ 30.73 39.76 6.63 -
YUV 154.97 50.71 131.59 -
System Red Green Blue C M Y K H S L
Decimal 160 179 18 0.11 0 0.90 0.30 67.08 0.82 0.39
Hex A0 B3 12 B 0 5A 1E 43 52 27
Octal 240 263 22 13 0 132 36 103 122 47
Binary 10100000 10110011 10010 1011 0 1011010 11110 1000011 1010010 100111

Color Harmonies of #A0B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B312

Black with #A0B312

Text Example


Text Example

White with #A0B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B312; }

 p { color: rgb(160,179,18); }

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

background-color css

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

 a { background-color: rgb(160,179,18); }

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

border-color css

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

 span { border-color: rgb(160,179,18); }

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